Html Css Color HEX #BB8164 Burning Sand

📋 copy color: '#BB8164'

red 187 ◦ green 129 ◦ blue 100

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

Shades of Burning Sand #BB8164

Tints of Burning Sand #BB8164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 44.95%
G = 31.01%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8164 (or 0xBB8164) is known color: Burning Sand. HEX triplet: BB, 81 and 64. RGB value is (187,129,100). Sum of RGB (Red+Green+Blue) = 187+129+100=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8164 is #447E9B. Grayscale: #8F8F8F. Windows color (decimal): -4488860 or 6586811. OLE color: 6586811.

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

Color convert

RGB 187 129 100 -
CMYK 0 0.31 0.47 0.27
HSL 20º 0.39% 0.56% -
HSV(B) 20º 0.47% 0.73% -
XYZ 30.64 27.19 15.69 -
YUV 143.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 187 129 100 0 0.31 0.47 0.27 20 0.39 0.56
Hex BB 81 64 0 1F 2F 1B 14 27 38
Octal 273 201 144 0 37 57 33 24 47 70
Binary 10111011 10000001 1100100 0 11111 101111 11011 10100 100111 111000

Color Harmonies of #BB8164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8164

Black with #BB8164

Text Example


Text Example

White with #BB8164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8164; }

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

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

background-color css

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

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

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

border-color css

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

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

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