Html Css Color HEX #BC8161 Burning Sand

📋 copy color: '#BC8161'

red 188 ◦ green 129 ◦ blue 97

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

Shades of Burning Sand #BC8161

Tints of Burning Sand #BC8161

RGB

 RED value IS 188 (73.83% from 255) = 45.41%

 GREEN value IS 129 (50.78% from 255) = 31.16%

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

R = 45.41%
G = 31.16%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC8161 (or 0xBC8161) is known color: Burning Sand. HEX triplet: BC, 81 and 61. RGB value is (188,129,97). Sum of RGB (Red+Green+Blue) = 188+129+97=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8161 is #437E9E. Grayscale: #8F8F8F. Windows color (decimal): -4423327 or 6390204. OLE color: 6390204.

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

Color convert

RGB 188 129 97 -
CMYK 0 0.31 0.48 0.26
HSL 21.1º 0.4% 0.56% -
HSV(B) 21.1º 0.48% 0.74% -
XYZ 30.75 27.25 14.95 -
YUV 142.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 188 129 97 0 0.31 0.48 0.26 21.1 0.4 0.56
Hex BC 81 61 0 1F 30 1A 15 28 38
Octal 274 201 141 0 37 60 32 25 50 70
Binary 10111100 10000001 1100001 0 11111 110000 11010 10101 101000 111000

Color Harmonies of #BC8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8161

Black with #BC8161

Text Example


Text Example

White with #BC8161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8161; }

 p { color: rgb(188,129,97); }

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

background-color css

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

 a { background-color: rgb(188,129,97); }

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

border-color css

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

 span { border-color: rgb(188,129,97); }

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