Html Css Color HEX #BC8665 Burning Sand

📋 copy color: '#BC8665'

red 188 ◦ green 134 ◦ blue 101

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

Shades of Burning Sand #BC8665

Tints of Burning Sand #BC8665

RGB

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

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

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

R = 44.44%
G = 31.68%
B = 23.88%

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

#BC8665 (or 0xBC8665) is known color: Burning Sand. HEX triplet: BC, 86 and 65. RGB value is (188,134,101). Sum of RGB (Red+Green+Blue) = 188+134+101=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8665 is #43799A. Grayscale: #929292. Windows color (decimal): -4422043 or 6653628. OLE color: 6653628.

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

Color convert

RGB 188 134 101 -
CMYK 0 0.29 0.46 0.26
HSL 22.76º 0.39% 0.57% -
HSV(B) 22.76º 0.46% 0.74% -
XYZ 31.61 28.68 16.18 -
YUV 146.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 188 134 101 0 0.29 0.46 0.26 22.76 0.39 0.57
Hex BC 86 65 0 1D 2E 1A 17 27 39
Octal 274 206 145 0 35 56 32 27 47 71
Binary 10111100 10000110 1100101 0 11101 101110 11010 10111 100111 111001

Color Harmonies of #BC8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8665

Black with #BC8665

Text Example


Text Example

White with #BC8665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8665; }

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

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

background-color css

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

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

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

border-color css

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

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

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