Html Css Color HEX #BD7F62 Burning Sand

📋 copy color: '#BD7F62'

red 189 ◦ green 127 ◦ blue 98

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

Shades of Burning Sand #BD7F62

Tints of Burning Sand #BD7F62

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 98 (38.67% from 255) = 23.67%

R = 45.65%
G = 30.68%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD7F62 (or 0xBD7F62) is known color: Burning Sand. HEX triplet: BD, 7F and 62. RGB value is (189,127,98). Sum of RGB (Red+Green+Blue) = 189+127+98=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F62 is #42809D. Grayscale: #8E8E8E. Windows color (decimal): -4358302 or 6455229. OLE color: 6455229.

HSL color Cylindrical-coordinate representation of color #BD7F62: hue angle of 19.12º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD7F62 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 98 -
CMYK 0 0.33 0.48 0.26
HSL 19.12º 0.41% 0.56% -
HSV(B) 19.12º 0.48% 0.74% -
XYZ 30.78 26.88 15.12 -
YUV 142.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 189 127 98 0 0.33 0.48 0.26 19.12 0.41 0.56
Hex BD 7F 62 0 21 30 1A 13 29 38
Octal 275 177 142 0 41 60 32 23 51 70
Binary 10111101 1111111 1100010 0 100001 110000 11010 10011 101001 111000

Color Harmonies of #BD7F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7F62

Black with #BD7F62

Text Example


Text Example

White with #BD7F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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