Html Css Color HEX #BC8766 Burning Sand

📋 copy color: '#BC8766'

red 188 ◦ green 135 ◦ blue 102

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

Shades of Burning Sand #BC8766

Tints of Burning Sand #BC8766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

 BLUE value IS 102 (40.23% from 255) = 24%

R = 44.24%
G = 31.76%
B = 24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC8766 (or 0xBC8766) is known color: Burning Sand. HEX triplet: BC, 87 and 66. RGB value is (188,135,102). Sum of RGB (Red+Green+Blue) = 188+135+102=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8766 is #437899. Grayscale: #939393. Windows color (decimal): -4421786 or 6719420. OLE color: 6719420.

HSL color Cylindrical-coordinate representation of color #BC8766: hue angle of 23.02º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC8766 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 135 102 -
CMYK 0 0.28 0.46 0.26
HSL 23.02º 0.39% 0.57% -
HSV(B) 23.02º 0.46% 0.74% -
XYZ 31.8 28.98 16.49 -
YUV 147.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 188 135 102 0 0.28 0.46 0.26 23.02 0.39 0.57
Hex BC 87 66 0 1C 2E 1A 17 27 39
Octal 274 207 146 0 34 56 32 27 47 71
Binary 10111100 10000111 1100110 0 11100 101110 11010 10111 100111 111001

Color Harmonies of #BC8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8766

Black with #BC8766

Text Example


Text Example

White with #BC8766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8766; }

 p { color: rgb(188,135,102); }

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

background-color css

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

 a { background-color: rgb(188,135,102); }

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

border-color css

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

 span { border-color: rgb(188,135,102); }

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