Html Css Color HEX #BC8B4E Tussock

📋 copy color: '#BC8B4E'

red 188 ◦ green 139 ◦ blue 78

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

Shades of Tussock #BC8B4E

Tints of Tussock #BC8B4E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

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

R = 46.42%
G = 34.32%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC8B4E (or 0xBC8B4E) is known color: Tussock. HEX triplet: BC, 8B and 4E. RGB value is (188,139,78). Sum of RGB (Red+Green+Blue) = 188+139+78=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B4E is #4374B1. Grayscale: #929292. Windows color (decimal): -4420786 or 5147580. OLE color: 5147580.

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

Color convert

RGB 188 139 78 -
CMYK 0 0.26 0.59 0.26
HSL 33.27º 0.45% 0.52% -
HSV(B) 33.27º 0.59% 0.74% -
XYZ 31.35 29.71 11.29 -
YUV 146.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 188 139 78 0 0.26 0.59 0.26 33.27 0.45 0.52
Hex BC 8B 4E 0 1A 3B 1A 21 2D 34
Octal 274 213 116 0 32 73 32 41 55 64
Binary 10111100 10001011 1001110 0 11010 111011 11010 100001 101101 110100

Color Harmonies of #BC8B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B4E

Black with #BC8B4E

Text Example


Text Example

White with #BC8B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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