#BD6254

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

Shades of Sunglo #BD6254

Tints of Sunglo #BD6254

Color information

#BD6254 (or 0xBD6254) is unknown color: approx Sunglo. HEX triplet: BD, 62 and 54. RGB value is (189,98,84). Sum of RGB (Red+Green+Blue) = 189+98+84=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6254 is #429DAB. Grayscale: #7B7B7B. Windows color (decimal): -4365740 or 5530301. OLE color: 5530301.

HSL color Cylindrical-coordinate representation of color #BD6254: hue angle of 8º 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 #BD6254 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1899884-
CMYK00.480.560.26
HSL44.3%53.53%-
HSV(B)55.56%74.12%-
XYZ26.9520.1910.86-
YUV123.61105.65174.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=50.94%
G=26.42%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189988400.480.560.26844.353.53
HexBD6254030381A82c36
Octal2751421240607032105466
Binary10111101110001010101000110000111000110101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6254; }

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

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

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

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

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

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

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

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