Html Css Color HEX #BC8947 Tussock

📋 copy color: '#BC8947'

red 188 ◦ green 137 ◦ blue 71

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

Shades of Tussock #BC8947

Tints of Tussock #BC8947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

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

R = 47.47%
G = 34.6%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC8947 (or 0xBC8947) is known color: Tussock. HEX triplet: BC, 89 and 47. RGB value is (188,137,71). Sum of RGB (Red+Green+Blue) = 188+137+71=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8947 is #4376B8. Grayscale: #919191. Windows color (decimal): -4421305 or 4688316. OLE color: 4688316.

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

Color convert

RGB 188 137 71 -
CMYK 0 0.27 0.62 0.26
HSL 33.85º 0.47% 0.51% -
HSV(B) 33.85º 0.62% 0.74% -
XYZ 30.82 29.04 9.94 -
YUV 144.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 188 137 71 0 0.27 0.62 0.26 33.85 0.47 0.51
Hex BC 89 47 0 1B 3E 1A 22 2F 33
Octal 274 211 107 0 33 76 32 42 57 63
Binary 10111100 10001001 1000111 0 11011 111110 11010 100010 101111 110011

Color Harmonies of #BC8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8947

Black with #BC8947

Text Example


Text Example

White with #BC8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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