Html Css Color HEX #BC8F47 Tussock

📋 copy color: '#BC8F47'

red 188 ◦ green 143 ◦ blue 71

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

Shades of Tussock #BC8F47

Tints of Tussock #BC8F47

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 46.77%
G = 35.57%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC8F47 (or 0xBC8F47) is known color: Tussock. HEX triplet: BC, 8F and 47. RGB value is (188,143,71). Sum of RGB (Red+Green+Blue) = 188+143+71=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F47 is #4370B8. Grayscale: #949494. Windows color (decimal): -4419769 or 4689852. OLE color: 4689852.

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

Color convert

RGB 188 143 71 -
CMYK 0 0.24 0.62 0.26
HSL 36.92º 0.47% 0.51% -
HSV(B) 36.92º 0.62% 0.74% -
XYZ 31.7 30.79 10.23 -
YUV 148.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 188 143 71 0 0.24 0.62 0.26 36.92 0.47 0.51
Hex BC 8F 47 0 18 3E 1A 25 2F 33
Octal 274 217 107 0 30 76 32 45 57 63
Binary 10111100 10001111 1000111 0 11000 111110 11010 100101 101111 110011

Color Harmonies of #BC8F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F47

Black with #BC8F47

Text Example


Text Example

White with #BC8F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F47; }

 p { color: rgb(188,143,71); }

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

background-color css

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

 a { background-color: rgb(188,143,71); }

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

border-color css

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

 span { border-color: rgb(188,143,71); }

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