Html Css Color HEX #BC8267 Burning Sand

📋 copy color: '#BC8267'

red 188 ◦ green 130 ◦ blue 103

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

Shades of Burning Sand #BC8267

Tints of Burning Sand #BC8267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

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

R = 44.66%
G = 30.88%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC8267 (or 0xBC8267) is known color: Burning Sand. HEX triplet: BC, 82 and 67. RGB value is (188,130,103). Sum of RGB (Red+Green+Blue) = 188+130+103=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8267 is #437D98. Grayscale: #909090. Windows color (decimal): -4423065 or 6783676. OLE color: 6783676.

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

Color convert

RGB 188 130 103 -
CMYK 0 0.31 0.45 0.26
HSL 19.06º 0.39% 0.57% -
HSV(B) 19.06º 0.45% 0.74% -
XYZ 31.17 27.64 16.52 -
YUV 144.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 188 130 103 0 0.31 0.45 0.26 19.06 0.39 0.57
Hex BC 82 67 0 1F 2D 1A 13 27 39
Octal 274 202 147 0 37 55 32 23 47 71
Binary 10111100 10000010 1100111 0 11111 101101 11010 10011 100111 111001

Color Harmonies of #BC8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8267

Black with #BC8267

Text Example


Text Example

White with #BC8267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8267; }

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

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

background-color css

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

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

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

border-color css

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

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

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