Html Css Color HEX #BC9147 Tussock

📋 copy color: '#BC9147'

red 188 ◦ green 145 ◦ blue 71

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

Shades of Tussock #BC9147

Tints of Tussock #BC9147

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 46.53%
G = 35.89%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9147 (or 0xBC9147) is known color: Tussock. HEX triplet: BC, 91 and 47. RGB value is (188,145,71). Sum of RGB (Red+Green+Blue) = 188+145+71=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9147 is #436EB8. Grayscale: #959595. Windows color (decimal): -4419257 or 4690364. OLE color: 4690364.

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

Color convert

RGB 188 145 71 -
CMYK 0 0.23 0.62 0.26
HSL 37.95º 0.47% 0.51% -
HSV(B) 37.95º 0.62% 0.74% -
XYZ 32 31.4 10.33 -
YUV 149.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 188 145 71 0 0.23 0.62 0.26 37.95 0.47 0.51
Hex BC 91 47 0 17 3E 1A 26 2F 33
Octal 274 221 107 0 27 76 32 46 57 63
Binary 10111100 10010001 1000111 0 10111 111110 11010 100110 101111 110011

Color Harmonies of #BC9147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9147

Black with #BC9147

Text Example


Text Example

White with #BC9147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9147; }

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

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

background-color css

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

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

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

border-color css

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

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

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