Html Css Color HEX #BB7F62 Burning Sand

📋 copy color: '#BB7F62'

red 187 ◦ green 127 ◦ blue 98

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

Shades of Burning Sand #BB7F62

Tints of Burning Sand #BB7F62

RGB

 RED value IS 187 (73.44% from 255) = 45.39%

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

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

R = 45.39%
G = 30.83%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB7F62 (or 0xBB7F62) is known color: Burning Sand. HEX triplet: BB, 7F and 62. RGB value is (187,127,98). Sum of RGB (Red+Green+Blue) = 187+127+98=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F62 is #44809D. Grayscale: #8D8D8D. Windows color (decimal): -4489374 or 6455227. OLE color: 6455227.

HSL color Cylindrical-coordinate representation of color #BB7F62: hue angle of 19.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB7F62 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 127 98 -
CMYK 0 0.32 0.48 0.27
HSL 19.55º 0.4% 0.56% -
HSV(B) 19.55º 0.48% 0.73% -
XYZ 30.29 26.63 15.1 -
YUV 141.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 187 127 98 0 0.32 0.48 0.27 19.55 0.4 0.56
Hex BB 7F 62 0 20 30 1B 14 28 38
Octal 273 177 142 0 40 60 33 24 50 70
Binary 10111011 1111111 1100010 0 100000 110000 11011 10100 101000 111000

Color Harmonies of #BB7F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F62

Black with #BB7F62

Text Example


Text Example

White with #BB7F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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