Html Css Color HEX #BC8565 Burning Sand

📋 copy color: '#BC8565'

red 188 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #BC8565

Tints of Burning Sand #BC8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 101 (39.84% from 255) = 23.93%

R = 44.55%
G = 31.52%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC8565 (or 0xBC8565) is known color: Burning Sand. HEX triplet: BC, 85 and 65. RGB value is (188,133,101). Sum of RGB (Red+Green+Blue) = 188+133+101=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8565 is #437A9A. Grayscale: #919191. Windows color (decimal): -4422299 or 6653372. OLE color: 6653372.

HSL color Cylindrical-coordinate representation of color #BC8565: hue angle of 22.07º 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 #BC8565 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 101 -
CMYK 0 0.29 0.46 0.26
HSL 22.07º 0.39% 0.57% -
HSV(B) 22.07º 0.46% 0.74% -
XYZ 31.48 28.41 16.14 -
YUV 145.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 188 133 101 0 0.29 0.46 0.26 22.07 0.39 0.57
Hex BC 85 65 0 1D 2E 1A 16 27 39
Octal 274 205 145 0 35 56 32 26 47 71
Binary 10111100 10000101 1100101 0 11101 101110 11010 10110 100111 111001

Color Harmonies of #BC8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8565

Black with #BC8565

Text Example


Text Example

White with #BC8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8565; }

 p { color: rgb(188,133,101); }

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

background-color css

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

 a { background-color: rgb(188,133,101); }

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

border-color css

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

 span { border-color: rgb(188,133,101); }

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