Html Css Color HEX #BB7E64 Burning Sand

📋 copy color: '#BB7E64'

red 187 ◦ green 126 ◦ blue 100

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

Shades of Burning Sand #BB7E64

Tints of Burning Sand #BB7E64

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.51%

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 45.28%
G = 30.51%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB7E64 (or 0xBB7E64) is known color: Burning Sand. HEX triplet: BB, 7E and 64. RGB value is (187,126,100). Sum of RGB (Red+Green+Blue) = 187+126+100=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E64 is #44819B. Grayscale: #8D8D8D. Windows color (decimal): -4489628 or 6586043. OLE color: 6586043.

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

Color convert

RGB 187 126 100 -
CMYK 0 0.33 0.47 0.27
HSL 17.93º 0.39% 0.56% -
HSV(B) 17.93º 0.47% 0.73% -
XYZ 30.25 26.41 15.56 -
YUV 141.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 187 126 100 0 0.33 0.47 0.27 17.93 0.39 0.56
Hex BB 7E 64 0 21 2F 1B 12 27 38
Octal 273 176 144 0 41 57 33 22 47 70
Binary 10111011 1111110 1100100 0 100001 101111 11011 10010 100111 111000

Color Harmonies of #BB7E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E64

Black with #BB7E64

Text Example


Text Example

White with #BB7E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E64; }

 p { color: rgb(187,126,100); }

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

background-color css

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

 a { background-color: rgb(187,126,100); }

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

border-color css

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

 span { border-color: rgb(187,126,100); }

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