Html Css Color HEX #BB7D64 Burning Sand

📋 copy color: '#BB7D64'

red 187 ◦ green 125 ◦ blue 100

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

Shades of Burning Sand #BB7D64

Tints of Burning Sand #BB7D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.34%

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

R = 45.39%
G = 30.34%
B = 24.27%

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

#BB7D64 (or 0xBB7D64) is known color: Burning Sand. HEX triplet: BB, 7D and 64. RGB value is (187,125,100). Sum of RGB (Red+Green+Blue) = 187+125+100=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D64 is #44829B. Grayscale: #8C8C8C. Windows color (decimal): -4489884 or 6585787. OLE color: 6585787.

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

Color convert

RGB 187 125 100 -
CMYK 0 0.33 0.47 0.27
HSL 17.24º 0.39% 0.56% -
HSV(B) 17.24º 0.47% 0.73% -
XYZ 30.13 26.15 15.52 -
YUV 140.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 187 125 100 0 0.33 0.47 0.27 17.24 0.39 0.56
Hex BB 7D 64 0 21 2F 1B 11 27 38
Octal 273 175 144 0 41 57 33 21 47 70
Binary 10111011 1111101 1100100 0 100001 101111 11011 10001 100111 111000

Color Harmonies of #BB7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D64

Black with #BB7D64

Text Example


Text Example

White with #BB7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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