Html Css Color HEX #BC8667 Burning Sand

📋 copy color: '#BC8667'

red 188 ◦ green 134 ◦ blue 103

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

Shades of Burning Sand #BC8667

Tints of Burning Sand #BC8667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

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

R = 44.24%
G = 31.53%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC8667 (or 0xBC8667) is known color: Burning Sand. HEX triplet: BC, 86 and 67. RGB value is (188,134,103). Sum of RGB (Red+Green+Blue) = 188+134+103=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8667 is #437998. Grayscale: #929292. Windows color (decimal): -4422041 or 6784700. OLE color: 6784700.

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

Color convert

RGB 188 134 103 -
CMYK 0 0.29 0.45 0.26
HSL 21.88º 0.39% 0.57% -
HSV(B) 21.88º 0.45% 0.74% -
XYZ 31.71 28.72 16.7 -
YUV 146.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 188 134 103 0 0.29 0.45 0.26 21.88 0.39 0.57
Hex BC 86 67 0 1D 2D 1A 16 27 39
Octal 274 206 147 0 35 55 32 26 47 71
Binary 10111100 10000110 1100111 0 11101 101101 11010 10110 100111 111001

Color Harmonies of #BC8667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8667

Black with #BC8667

Text Example


Text Example

White with #BC8667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8667; }

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

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

background-color css

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

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

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

border-color css

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

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

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