Html Css Color HEX #BB8265 Burning Sand

📋 copy color: '#BB8265'

red 187 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #BB8265

Tints of Burning Sand #BB8265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 44.74%
G = 31.1%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB8265 (or 0xBB8265) is known color: Burning Sand. HEX triplet: BB, 82 and 65. RGB value is (187,130,101). Sum of RGB (Red+Green+Blue) = 187+130+101=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8265 is #447D9A. Grayscale: #8F8F8F. Windows color (decimal): -4488603 or 6652603. OLE color: 6652603.

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

Color convert

RGB 187 130 101 -
CMYK 0 0.30 0.46 0.27
HSL 20.23º 0.39% 0.56% -
HSV(B) 20.23º 0.46% 0.73% -
XYZ 30.83 27.47 15.99 -
YUV 143.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 187 130 101 0 0.30 0.46 0.27 20.23 0.39 0.56
Hex BB 82 65 0 1E 2E 1B 14 27 38
Octal 273 202 145 0 36 56 33 24 47 70
Binary 10111011 10000010 1100101 0 11110 101110 11011 10100 100111 111000

Color Harmonies of #BB8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8265

Black with #BB8265

Text Example


Text Example

White with #BB8265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8265; }

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

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

background-color css

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

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

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

border-color css

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

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

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