Html Css Color HEX #BC8B4D Tussock

📋 copy color: '#BC8B4D'

red 188 ◦ green 139 ◦ blue 77

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

Shades of Tussock #BC8B4D

Tints of Tussock #BC8B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 46.53%
G = 34.41%
B = 19.06%

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

#BC8B4D (or 0xBC8B4D) is known color: Tussock. HEX triplet: BC, 8B and 4D. RGB value is (188,139,77). Sum of RGB (Red+Green+Blue) = 188+139+77=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B4D is #4374B2. Grayscale: #929292. Windows color (decimal): -4420787 or 5082044. OLE color: 5082044.

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

Color convert

RGB 188 139 77 -
CMYK 0 0.26 0.59 0.26
HSL 33.51º 0.45% 0.52% -
HSV(B) 33.51º 0.59% 0.74% -
XYZ 31.31 29.69 11.1 -
YUV 146.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 188 139 77 0 0.26 0.59 0.26 33.51 0.45 0.52
Hex BC 8B 4D 0 1A 3B 1A 22 2D 34
Octal 274 213 115 0 32 73 32 42 55 64
Binary 10111100 10001011 1001101 0 11010 111011 11010 100010 101101 110100

Color Harmonies of #BC8B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B4D

Black with #BC8B4D

Text Example


Text Example

White with #BC8B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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