Html Css Color HEX #BC884E Tussock

📋 copy color: '#BC884E'

red 188 ◦ green 136 ◦ blue 78

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

Shades of Tussock #BC884E

Tints of Tussock #BC884E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

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

R = 46.77%
G = 33.83%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC884E (or 0xBC884E) is known color: Tussock. HEX triplet: BC, 88 and 4E. RGB value is (188,136,78). Sum of RGB (Red+Green+Blue) = 188+136+78=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC884E is #4377B1. Grayscale: #919191. Windows color (decimal): -4421554 or 5146812. OLE color: 5146812.

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

Color convert

RGB 188 136 78 -
CMYK 0 0.28 0.59 0.26
HSL 31.64º 0.45% 0.52% -
HSV(B) 31.64º 0.59% 0.74% -
XYZ 30.92 28.85 11.15 -
YUV 144.94 90.23 158.72 -
System Red Green Blue C M Y K H S L
Decimal 188 136 78 0 0.28 0.59 0.26 31.64 0.45 0.52
Hex BC 88 4E 0 1C 3B 1A 20 2D 34
Octal 274 210 116 0 34 73 32 40 55 64
Binary 10111100 10001000 1001110 0 11100 111011 11010 100000 101101 110100

Color Harmonies of #BC884E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC884E

Black with #BC884E

Text Example


Text Example

White with #BC884E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC884E; }

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

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

background-color css

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

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

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

border-color css

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

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

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