Html Css Color HEX #BC9648 Tussock

📋 copy color: '#BC9648'

red 188 ◦ green 150 ◦ blue 72

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

Shades of Tussock #BC9648

Tints of Tussock #BC9648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 72 (28.52% from 255) = 17.56%

R = 45.85%
G = 36.59%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9648 (or 0xBC9648) is known color: Tussock. HEX triplet: BC, 96 and 48. RGB value is (188,150,72). Sum of RGB (Red+Green+Blue) = 188+150+72=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9648 is #4369B7. Grayscale: #989898. Windows color (decimal): -4417976 or 4757180. OLE color: 4757180.

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

Color convert

RGB 188 150 72 -
CMYK 0 0.20 0.62 0.26
HSL 40.34º 0.46% 0.51% -
HSV(B) 40.34º 0.62% 0.74% -
XYZ 32.82 32.97 10.77 -
YUV 152.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 188 150 72 0 0.20 0.62 0.26 40.34 0.46 0.51
Hex BC 96 48 0 14 3E 1A 28 2E 33
Octal 274 226 110 0 24 76 32 50 56 63
Binary 10111100 10010110 1001000 0 10100 111110 11010 101000 101110 110011

Color Harmonies of #BC9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9648

Black with #BC9648

Text Example


Text Example

White with #BC9648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9648; }

 p { color: rgb(188,150,72); }

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

background-color css

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

 a { background-color: rgb(188,150,72); }

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

border-color css

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

 span { border-color: rgb(188,150,72); }

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