#BD6654

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

Shades of Sunglo #BD6654

Tints of Sunglo #BD6654

Color information

#BD6654 (or 0xBD6654) is unknown color: approx Sunglo. HEX triplet: BD, 66 and 54. RGB value is (189,102,84). Sum of RGB (Red+Green+Blue) = 189+102+84=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6654 is #4299AB. Grayscale: #7E7E7E. Windows color (decimal): -4364716 or 5531325. OLE color: 5531325.

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

Color convert

RGB18910284-
CMYK00.460.560.26
HSL10.29º44.3%53.53%-
HSV(B)10.29º55.56%74.12%-
XYZ27.3420.9610.99-
YUV125.96104.32172.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=50.4%
G=27.2%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891028400.460.560.2610.2944.353.53
HexBD665402E381Aa2c36
Octal2751461240567032125466
Binary10111101110011010101000101110111000110101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6654; }

 p { color: rgb(189,102,84); }

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

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

 a { background-color: rgb(189,102,84); }

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

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

 span { border-color: rgb(189,102,84); }

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