#BD5C52

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

Shades of Sunglo #BD5C52

Tints of Sunglo #BD5C52

Color information

#BD5C52 (or 0xBD5C52) is unknown color: approx Sunglo. HEX triplet: BD, 5C and 52. RGB value is (189,92,82). Sum of RGB (Red+Green+Blue) = 189+92+82=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5C52 is #42A3AD. Grayscale: #777777. Windows color (decimal): -4367278 or 5397693. OLE color: 5397693.

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

Color convert

RGB1899282-
CMYK00.510.570.26
HSL5.61º44.77%53.14%-
HSV(B)5.61º56.61%74.12%-
XYZ26.3419.0810.28-
YUV119.86106.64177.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=52.07%
G=25.34%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189928200.510.570.265.6144.7753.14
HexBD5C52033391A62d35
Octal275134122063713265565
Binary1011110110111001010010011001111100111010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5C52; }

 p { color: rgb(189,92,82); }

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

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

 a { background-color: rgb(189,92,82); }

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

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

 span { border-color: rgb(189,92,82); }

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