Html Css Color HEX #BB8166 Burning Sand

📋 copy color: '#BB8166'

red 187 ◦ green 129 ◦ blue 102

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

Shades of Burning Sand #BB8166

Tints of Burning Sand #BB8166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 44.74%
G = 30.86%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB8166 (or 0xBB8166) is known color: Burning Sand. HEX triplet: BB, 81 and 66. RGB value is (187,129,102). Sum of RGB (Red+Green+Blue) = 187+129+102=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8166 is #447E99. Grayscale: #8F8F8F. Windows color (decimal): -4488858 or 6717883. OLE color: 6717883.

HSL color Cylindrical-coordinate representation of color #BB8166: hue angle of 19.06º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB8166 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 102 -
CMYK 0 0.31 0.45 0.27
HSL 19.06º 0.38% 0.57% -
HSV(B) 19.06º 0.45% 0.73% -
XYZ 30.74 27.22 16.2 -
YUV 143.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 187 129 102 0 0.31 0.45 0.27 19.06 0.38 0.57
Hex BB 81 66 0 1F 2D 1B 13 26 39
Octal 273 201 146 0 37 55 33 23 46 71
Binary 10111011 10000001 1100110 0 11111 101101 11011 10011 100110 111001

Color Harmonies of #BB8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8166

Black with #BB8166

Text Example


Text Example

White with #BB8166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8166; }

 p { color: rgb(187,129,102); }

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

background-color css

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

 a { background-color: rgb(187,129,102); }

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

border-color css

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

 span { border-color: rgb(187,129,102); }

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