Html Css Color HEX #BC9447 Tussock

📋 copy color: '#BC9447'

red 188 ◦ green 148 ◦ blue 71

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

Shades of Tussock #BC9447

Tints of Tussock #BC9447

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 46.19%
G = 36.36%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9447 (or 0xBC9447) is known color: Tussock. HEX triplet: BC, 94 and 47. RGB value is (188,148,71). Sum of RGB (Red+Green+Blue) = 188+148+71=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9447 is #436BB8. Grayscale: #979797. Windows color (decimal): -4418489 or 4691132. OLE color: 4691132.

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

Color convert

RGB 188 148 71 -
CMYK 0 0.21 0.62 0.26
HSL 39.49º 0.47% 0.51% -
HSV(B) 39.49º 0.62% 0.74% -
XYZ 32.47 32.33 10.49 -
YUV 151.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 188 148 71 0 0.21 0.62 0.26 39.49 0.47 0.51
Hex BC 94 47 0 15 3E 1A 27 2F 33
Octal 274 224 107 0 25 76 32 47 57 63
Binary 10111100 10010100 1000111 0 10101 111110 11010 100111 101111 110011

Color Harmonies of #BC9447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9447

Black with #BC9447

Text Example


Text Example

White with #BC9447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9447; }

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

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

background-color css

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

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

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

border-color css

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

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

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