Html Css Color HEX #BB7D63 Burning Sand

📋 copy color: '#BB7D63'

red 187 ◦ green 125 ◦ blue 99

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

Shades of Burning Sand #BB7D63

Tints of Burning Sand #BB7D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.09%

R = 45.5%
G = 30.41%
B = 24.09%

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

#BB7D63 (or 0xBB7D63) is known color: Burning Sand. HEX triplet: BB, 7D and 63. RGB value is (187,125,99). Sum of RGB (Red+Green+Blue) = 187+125+99=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D63 is #44829C. Grayscale: #8C8C8C. Windows color (decimal): -4489885 or 6520251. OLE color: 6520251.

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

Color convert

RGB 187 125 99 -
CMYK 0 0.33 0.47 0.27
HSL 17.73º 0.39% 0.56% -
HSV(B) 17.73º 0.47% 0.73% -
XYZ 30.08 26.13 15.26 -
YUV 140.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 187 125 99 0 0.33 0.47 0.27 17.73 0.39 0.56
Hex BB 7D 63 0 21 2F 1B 12 27 38
Octal 273 175 143 0 41 57 33 22 47 70
Binary 10111011 1111101 1100011 0 100001 101111 11011 10010 100111 111000

Color Harmonies of #BB7D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D63

Black with #BB7D63

Text Example


Text Example

White with #BB7D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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