Html Css Color HEX #BB8063 Burning Sand

📋 copy color: '#BB8063'

red 187 ◦ green 128 ◦ blue 99

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

Shades of Burning Sand #BB8063

Tints of Burning Sand #BB8063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 99 (39.06% from 255) = 23.91%

R = 45.17%
G = 30.92%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB8063 (or 0xBB8063) is known color: Burning Sand. HEX triplet: BB, 80 and 63. RGB value is (187,128,99). Sum of RGB (Red+Green+Blue) = 187+128+99=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8063 is #447F9C. Grayscale: #8E8E8E. Windows color (decimal): -4489117 or 6521019. OLE color: 6521019.

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

Color convert

RGB 187 128 99 -
CMYK 0 0.32 0.47 0.27
HSL 19.77º 0.39% 0.56% -
HSV(B) 19.77º 0.47% 0.73% -
XYZ 30.46 26.9 15.39 -
YUV 142.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 187 128 99 0 0.32 0.47 0.27 19.77 0.39 0.56
Hex BB 80 63 0 20 2F 1B 14 27 38
Octal 273 200 143 0 40 57 33 24 47 70
Binary 10111011 10000000 1100011 0 100000 101111 11011 10100 100111 111000

Color Harmonies of #BB8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8063

Black with #BB8063

Text Example


Text Example

White with #BB8063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8063; }

 p { color: rgb(187,128,99); }

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

background-color css

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

 a { background-color: rgb(187,128,99); }

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

border-color css

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

 span { border-color: rgb(187,128,99); }

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