Html Css Color HEX #BB8263 Burning Sand

📋 copy color: '#BB8263'

red 187 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #BB8263

Tints of Burning Sand #BB8263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

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

R = 44.95%
G = 31.25%
B = 23.8%

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

#BB8263 (or 0xBB8263) is known color: Burning Sand. HEX triplet: BB, 82 and 63. RGB value is (187,130,99). Sum of RGB (Red+Green+Blue) = 187+130+99=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8263 is #447D9C. Grayscale: #8F8F8F. Windows color (decimal): -4488605 or 6521531. OLE color: 6521531.

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

Color convert

RGB 187 130 99 -
CMYK 0 0.30 0.47 0.27
HSL 21.14º 0.39% 0.56% -
HSV(B) 21.14º 0.47% 0.73% -
XYZ 30.73 27.43 15.48 -
YUV 143.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 187 130 99 0 0.30 0.47 0.27 21.14 0.39 0.56
Hex BB 82 63 0 1E 2F 1B 15 27 38
Octal 273 202 143 0 36 57 33 25 47 70
Binary 10111011 10000010 1100011 0 11110 101111 11011 10101 100111 111000

Color Harmonies of #BB8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8263

Black with #BB8263

Text Example


Text Example

White with #BB8263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8263; }

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

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

background-color css

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

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

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

border-color css

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

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

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