Html Css Color HEX #BB7B61 Burning Sand

📋 copy color: '#BB7B61'

red 187 ◦ green 123 ◦ blue 97

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

Shades of Burning Sand #BB7B61

Tints of Burning Sand #BB7B61

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

 BLUE value IS 97 (38.28% from 255) = 23.83%

R = 45.95%
G = 30.22%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB7B61 (or 0xBB7B61) is known color: Burning Sand. HEX triplet: BB, 7B and 61. RGB value is (187,123,97). Sum of RGB (Red+Green+Blue) = 187+123+97=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7B61 is #44849E. Grayscale: #8B8B8B. Windows color (decimal): -4490399 or 6388667. OLE color: 6388667.

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

Color convert

RGB 187 123 97 -
CMYK 0 0.34 0.48 0.27
HSL 17.33º 0.4% 0.56% -
HSV(B) 17.33º 0.48% 0.73% -
XYZ 29.73 25.59 14.68 -
YUV 139.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 187 123 97 0 0.34 0.48 0.27 17.33 0.4 0.56
Hex BB 7B 61 0 22 30 1B 11 28 38
Octal 273 173 141 0 42 60 33 21 50 70
Binary 10111011 1111011 1100001 0 100010 110000 11011 10001 101000 111000

Color Harmonies of #BB7B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B61

Black with #BB7B61

Text Example


Text Example

White with #BB7B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B61; }

 p { color: rgb(187,123,97); }

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

background-color css

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

 a { background-color: rgb(187,123,97); }

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

border-color css

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

 span { border-color: rgb(187,123,97); }

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