Html Css Color HEX #BD5E57 Sunglo

📋 copy color: '#BD5E57'

red 189 ◦ green 94 ◦ blue 87

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

Shades of Sunglo #BD5E57

Tints of Sunglo #BD5E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.51%

R = 51.08%
G = 25.41%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD5E57 (or 0xBD5E57) is known color: Sunglo. HEX triplet: BD, 5E and 57. RGB value is (189,94,87). Sum of RGB (Red+Green+Blue) = 189+94+87=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E57 is #42A1A8. Grayscale: #797979. Windows color (decimal): -4366761 or 5725885. OLE color: 5725885.

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

Color convert

RGB 189 94 87 -
CMYK 0 0.50 0.54 0.26
HSL 4.12º 0.44% 0.54% -
HSV(B) 4.12º 0.54% 0.74% -
XYZ 26.71 19.51 11.38 -
YUV 121.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 189 94 87 0 0.50 0.54 0.26 4.12 0.44 0.54
Hex BD 5E 57 0 32 36 1A 4 2C 36
Octal 275 136 127 0 62 66 32 4 54 66
Binary 10111101 1011110 1010111 0 110010 110110 11010 100 101100 110110

Color Harmonies of #BD5E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E57

Black with #BD5E57

Text Example


Text Example

White with #BD5E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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