Html Css Color HEX #BC8767 Burning Sand

📋 copy color: '#BC8767'

red 188 ◦ green 135 ◦ blue 103

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

Shades of Burning Sand #BC8767

Tints of Burning Sand #BC8767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.18%

R = 44.13%
G = 31.69%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC8767 (or 0xBC8767) is known color: Burning Sand. HEX triplet: BC, 87 and 67. RGB value is (188,135,103). Sum of RGB (Red+Green+Blue) = 188+135+103=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8767 is #437898. Grayscale: #939393. Windows color (decimal): -4421785 or 6784956. OLE color: 6784956.

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

Color convert

RGB 188 135 103 -
CMYK 0 0.28 0.45 0.26
HSL 22.59º 0.39% 0.57% -
HSV(B) 22.59º 0.45% 0.74% -
XYZ 31.85 29 16.75 -
YUV 147.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 188 135 103 0 0.28 0.45 0.26 22.59 0.39 0.57
Hex BC 87 67 0 1C 2D 1A 17 27 39
Octal 274 207 147 0 34 55 32 27 47 71
Binary 10111100 10000111 1100111 0 11100 101101 11010 10111 100111 111001

Color Harmonies of #BC8767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8767

Black with #BC8767

Text Example


Text Example

White with #BC8767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8767; }

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

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

background-color css

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

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

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

border-color css

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

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

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