Html Css Color HEX #BC864E Tussock

📋 copy color: '#BC864E'

red 188 ◦ green 134 ◦ blue 78

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

Shades of Tussock #BC864E

Tints of Tussock #BC864E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 47%
G = 33.5%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC864E (or 0xBC864E) is known color: Tussock. HEX triplet: BC, 86 and 4E. RGB value is (188,134,78). Sum of RGB (Red+Green+Blue) = 188+134+78=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC864E is #4379B1. Grayscale: #909090. Windows color (decimal): -4422066 or 5146300. OLE color: 5146300.

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

Color convert

RGB 188 134 78 -
CMYK 0 0.29 0.59 0.26
HSL 30.55º 0.45% 0.52% -
HSV(B) 30.55º 0.59% 0.74% -
XYZ 30.64 28.29 11.05 -
YUV 143.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 188 134 78 0 0.29 0.59 0.26 30.55 0.45 0.52
Hex BC 86 4E 0 1D 3B 1A 1F 2D 34
Octal 274 206 116 0 35 73 32 37 55 64
Binary 10111100 10000110 1001110 0 11101 111011 11010 11111 101101 110100

Color Harmonies of #BC864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC864E

Black with #BC864E

Text Example


Text Example

White with #BC864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC864E; }

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

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

background-color css

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

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

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

border-color css

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

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

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