Html Css Color HEX #BC8A4A Tussock

📋 copy color: '#BC8A4A'

red 188 ◦ green 138 ◦ blue 74

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

Shades of Tussock #BC8A4A

Tints of Tussock #BC8A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 47%
G = 34.5%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC8A4A (or 0xBC8A4A) is known color: Tussock. HEX triplet: BC, 8A and 4A. RGB value is (188,138,74). Sum of RGB (Red+Green+Blue) = 188+138+74=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A4A is #4375B5. Grayscale: #919191. Windows color (decimal): -4421046 or 4885180. OLE color: 4885180.

HSL color Cylindrical-coordinate representation of color #BC8A4A: hue angle of 33.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC8A4A is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 138 74 -
CMYK 0 0.27 0.61 0.26
HSL 33.68º 0.46% 0.51% -
HSV(B) 33.68º 0.61% 0.74% -
XYZ 31.06 29.36 10.51 -
YUV 145.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 188 138 74 0 0.27 0.61 0.26 33.68 0.46 0.51
Hex BC 8A 4A 0 1B 3D 1A 22 2E 33
Octal 274 212 112 0 33 75 32 42 56 63
Binary 10111100 10001010 1001010 0 11011 111101 11010 100010 101110 110011

Color Harmonies of #BC8A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8A4A

Black with #BC8A4A

Text Example


Text Example

White with #BC8A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8A4A; }

 p { color: rgb(188,138,74); }

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

background-color css

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

 a { background-color: rgb(188,138,74); }

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

border-color css

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

 span { border-color: rgb(188,138,74); }

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