Html Css Color HEX #BD5E55 Sunglo

📋 copy color: '#BD5E55'

red 189 ◦ green 94 ◦ blue 85

#BD5E55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglo #BD5E55

Tints of Sunglo #BD5E55

RGB

 RED value IS 189 (74.22% from 255) = 51.36%

 GREEN value IS 94 (37.11% from 255) = 25.54%

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 51.36%
G = 25.54%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD5E55 (or 0xBD5E55) is known color: Sunglo. HEX triplet: BD, 5E and 55. RGB value is (189,94,85). Sum of RGB (Red+Green+Blue) = 189+94+85=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E55 is #42A1AA. Grayscale: #797979. Windows color (decimal): -4366763 or 5594813. OLE color: 5594813.

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

Color convert

RGB 189 94 85 -
CMYK 0 0.50 0.55 0.26
HSL 5.19º 0.44% 0.54% -
HSV(B) 5.19º 0.55% 0.74% -
XYZ 26.63 19.48 10.95 -
YUV 121.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 189 94 85 0 0.50 0.55 0.26 5.19 0.44 0.54
Hex BD 5E 55 0 32 37 1A 5 2C 36
Octal 275 136 125 0 62 67 32 5 54 66
Binary 10111101 1011110 1010101 0 110010 110111 11010 101 101100 110110

Color Harmonies of #BD5E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E55

Black with #BD5E55

Text Example


Text Example

White with #BD5E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E55; }

 p { color: rgb(189,94,85); }

 H1.HeaderClassName
 {
   color: #BD5E55;
 }
 .AnyTagClassName
 {
   color: #BD5E55;
 }
</style>

background-color css

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

 a { background-color: rgb(189,94,85); }

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

border-color css

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

 span { border-color: rgb(189,94,85); }

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