Html Css Color HEX #BB8465 Burning Sand

📋 copy color: '#BB8465'

red 187 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #BB8465

Tints of Burning Sand #BB8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

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

R = 44.52%
G = 31.43%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB8465 (or 0xBB8465) is known color: Burning Sand. HEX triplet: BB, 84 and 65. RGB value is (187,132,101). Sum of RGB (Red+Green+Blue) = 187+132+101=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8465 is #447B9A. Grayscale: #919191. Windows color (decimal): -4488091 or 6653115. OLE color: 6653115.

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

Color convert

RGB 187 132 101 -
CMYK 0 0.29 0.46 0.27
HSL 21.63º 0.39% 0.56% -
HSV(B) 21.63º 0.46% 0.73% -
XYZ 31.09 28.01 16.08 -
YUV 144.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 187 132 101 0 0.29 0.46 0.27 21.63 0.39 0.56
Hex BB 84 65 0 1D 2E 1B 16 27 38
Octal 273 204 145 0 35 56 33 26 47 70
Binary 10111011 10000100 1100101 0 11101 101110 11011 10110 100111 111000

Color Harmonies of #BB8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8465

Black with #BB8465

Text Example


Text Example

White with #BB8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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