Html Css Color HEX #BB8364 Burning Sand

📋 copy color: '#BB8364'

red 187 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #BB8364

Tints of Burning Sand #BB8364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 44.74%
G = 31.34%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8364 (or 0xBB8364) is known color: Burning Sand. HEX triplet: BB, 83 and 64. RGB value is (187,131,100). Sum of RGB (Red+Green+Blue) = 187+131+100=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8364 is #447C9B. Grayscale: #909090. Windows color (decimal): -4488348 or 6587323. OLE color: 6587323.

HSL color Cylindrical-coordinate representation of color #BB8364: hue angle of 21.38º 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 #BB8364 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 100 -
CMYK 0 0.30 0.47 0.27
HSL 21.38º 0.39% 0.56% -
HSV(B) 21.38º 0.47% 0.73% -
XYZ 30.91 27.72 15.78 -
YUV 144.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 187 131 100 0 0.30 0.47 0.27 21.38 0.39 0.56
Hex BB 83 64 0 1E 2F 1B 15 27 38
Octal 273 203 144 0 36 57 33 25 47 70
Binary 10111011 10000011 1100100 0 11110 101111 11011 10101 100111 111000

Color Harmonies of #BB8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8364

Black with #BB8364

Text Example


Text Example

White with #BB8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8364; }

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

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

background-color css

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

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

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

border-color css

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

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

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