Html Css Color HEX #BB7C63 Burning Sand

📋 copy color: '#BB7C63'

red 187 ◦ green 124 ◦ blue 99

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

Shades of Burning Sand #BB7C63

Tints of Burning Sand #BB7C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.24%

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

R = 45.61%
G = 30.24%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB7C63 (or 0xBB7C63) is known color: Burning Sand. HEX triplet: BB, 7C and 63. RGB value is (187,124,99). Sum of RGB (Red+Green+Blue) = 187+124+99=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7C63 is #44839C. Grayscale: #8C8C8C. Windows color (decimal): -4490141 or 6519995. OLE color: 6519995.

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

Color convert

RGB 187 124 99 -
CMYK 0 0.34 0.47 0.27
HSL 17.05º 0.39% 0.56% -
HSV(B) 17.05º 0.47% 0.73% -
XYZ 29.95 25.88 15.22 -
YUV 139.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 187 124 99 0 0.34 0.47 0.27 17.05 0.39 0.56
Hex BB 7C 63 0 22 2F 1B 11 27 38
Octal 273 174 143 0 42 57 33 21 47 70
Binary 10111011 1111100 1100011 0 100010 101111 11011 10001 100111 111000

Color Harmonies of #BB7C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C63

Black with #BB7C63

Text Example


Text Example

White with #BB7C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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