Html Css Color HEX #BC9348 Tussock

📋 copy color: '#BC9348'

red 188 ◦ green 147 ◦ blue 72

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

Shades of Tussock #BC9348

Tints of Tussock #BC9348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 46.19%
G = 36.12%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9348 (or 0xBC9348) is known color: Tussock. HEX triplet: BC, 93 and 48. RGB value is (188,147,72). Sum of RGB (Red+Green+Blue) = 188+147+72=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9348 is #436CB7. Grayscale: #979797. Windows color (decimal): -4418744 or 4756412. OLE color: 4756412.

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

Color convert

RGB 188 147 72 -
CMYK 0 0.22 0.62 0.26
HSL 38.79º 0.46% 0.51% -
HSV(B) 38.79º 0.62% 0.74% -
XYZ 32.34 32.03 10.61 -
YUV 150.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 188 147 72 0 0.22 0.62 0.26 38.79 0.46 0.51
Hex BC 93 48 0 16 3E 1A 27 2E 33
Octal 274 223 110 0 26 76 32 47 56 63
Binary 10111100 10010011 1001000 0 10110 111110 11010 100111 101110 110011

Color Harmonies of #BC9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9348

Black with #BC9348

Text Example


Text Example

White with #BC9348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9348; }

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

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

background-color css

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

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

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

border-color css

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

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

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