Html Css Color HEX #BB8165 Burning Sand

📋 copy color: '#BB8165'

red 187 ◦ green 129 ◦ blue 101

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

Shades of Burning Sand #BB8165

Tints of Burning Sand #BB8165

RGB

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

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

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

R = 44.84%
G = 30.94%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB8165 (or 0xBB8165) is known color: Burning Sand. HEX triplet: BB, 81 and 65. RGB value is (187,129,101). Sum of RGB (Red+Green+Blue) = 187+129+101=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8165 is #447E9A. Grayscale: #8F8F8F. Windows color (decimal): -4488859 or 6652347. OLE color: 6652347.

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

Color convert

RGB 187 129 101 -
CMYK 0 0.31 0.46 0.27
HSL 19.53º 0.39% 0.56% -
HSV(B) 19.53º 0.46% 0.73% -
XYZ 30.69 27.2 15.95 -
YUV 143.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 187 129 101 0 0.31 0.46 0.27 19.53 0.39 0.56
Hex BB 81 65 0 1F 2E 1B 14 27 38
Octal 273 201 145 0 37 56 33 24 47 70
Binary 10111011 10000001 1100101 0 11111 101110 11011 10100 100111 111000

Color Harmonies of #BB8165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8165

Black with #BB8165

Text Example


Text Example

White with #BB8165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8165; }

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

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

background-color css

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

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

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

border-color css

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

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

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