#BD6358

Color #BD6358 Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #BD6358

Tints of Sunglo #BD6358

Color information

#BD6358 (or 0xBD6358) is unknown color: approx Sunglo. HEX triplet: BD, 63 and 58. RGB value is (189,99,88). Sum of RGB (Red+Green+Blue) = 189+99+88=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6358 is #429CA7. Grayscale: #7C7C7C. Windows color (decimal): -4365480 or 5792701. OLE color: 5792701.

HSL color Cylindrical-coordinate representation of color #BD6358: hue angle of 6.53º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6358 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1899988-
CMYK00.480.530.26
HSL6.53º43.35%54.31%-
HSV(B)6.53º53.44%74.12%-
XYZ27.2120.4511.75-
YUV124.66107.32173.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=50.27%
G=26.33%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189998800.480.530.266.5343.3554.31
HexBD6358030351A72b36
Octal275143130060653275366
Binary1011110111000111011000011000011010111010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6358; }

 p { color: rgb(189,99,88); }

 H1.HeaderClassName
 {
   color: #BD6358;
 }
 .AnyTagClassName
 {
   color: #BD6358;
 }
</style>
background-color css

<style>
 a { background-color: #BD6358; }

 a { background-color: rgb(189,99,88); }

 div.DivClassName
 {
   background-color: #BD6358;
 }
 .BgClassName
 {
   background-color: #BD6358;
 }
</style>
border-color css

<style>
 span { border-color: #BD6358; }

 span { border-color: rgb(189,99,88); }

 td.TdClassName
 {
   border-color: #BD6358;
 }
 .TagClassName
 {
   border-color: #BD6358;
 }
</style>