Html Css Color HEX #BC9048 Tussock

📋 copy color: '#BC9048'

red 188 ◦ green 144 ◦ blue 72

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

Shades of Tussock #BC9048

Tints of Tussock #BC9048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 46.53%
G = 35.64%
B = 17.82%

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

#BC9048 (or 0xBC9048) is known color: Tussock. HEX triplet: BC, 90 and 48. RGB value is (188,144,72). Sum of RGB (Red+Green+Blue) = 188+144+72=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9048 is #436FB7. Grayscale: #959595. Windows color (decimal): -4419512 or 4755644. OLE color: 4755644.

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

Color convert

RGB 188 144 72 -
CMYK 0 0.23 0.62 0.26
HSL 37.24º 0.46% 0.51% -
HSV(B) 37.24º 0.62% 0.74% -
XYZ 31.88 31.11 10.45 -
YUV 148.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 188 144 72 0 0.23 0.62 0.26 37.24 0.46 0.51
Hex BC 90 48 0 17 3E 1A 25 2E 33
Octal 274 220 110 0 27 76 32 45 56 63
Binary 10111100 10010000 1001000 0 10111 111110 11010 100101 101110 110011

Color Harmonies of #BC9048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9048

Black with #BC9048

Text Example


Text Example

White with #BC9048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9048; }

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

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

background-color css

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

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

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

border-color css

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

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

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