Html Css Color HEX #BD6357 Sunglo

📋 copy color: '#BD6357'

red 189 ◦ green 99 ◦ blue 87

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

Shades of Sunglo #BD6357

Tints of Sunglo #BD6357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 50.4%
G = 26.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD6357 (or 0xBD6357) is known color: Sunglo. HEX triplet: BD, 63 and 57. RGB value is (189,99,87). Sum of RGB (Red+Green+Blue) = 189+99+87=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6357 is #429CA8. Grayscale: #7C7C7C. Windows color (decimal): -4365481 or 5727165. OLE color: 5727165.

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

Color convert

RGB 189 99 87 -
CMYK 0 0.48 0.54 0.26
HSL 7.06º 0.44% 0.54% -
HSV(B) 7.06º 0.54% 0.74% -
XYZ 27.17 20.43 11.53 -
YUV 124.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 189 99 87 0 0.48 0.54 0.26 7.06 0.44 0.54
Hex BD 63 57 0 30 36 1A 7 2C 36
Octal 275 143 127 0 60 66 32 7 54 66
Binary 10111101 1100011 1010111 0 110000 110110 11010 111 101100 110110

Color Harmonies of #BD6357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6357

Black with #BD6357

Text Example


Text Example

White with #BD6357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6357; }

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

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

background-color css

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

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

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

border-color css

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

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

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