Html Css Color HEX #BC8B49 Tussock

📋 copy color: '#BC8B49'

red 188 ◦ green 139 ◦ blue 73

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

Shades of Tussock #BC8B49

Tints of Tussock #BC8B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

 BLUE value IS 73 (28.91% from 255) = 18.25%

R = 47%
G = 34.75%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC8B49 (or 0xBC8B49) is known color: Tussock. HEX triplet: BC, 8B and 49. RGB value is (188,139,73). Sum of RGB (Red+Green+Blue) = 188+139+73=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B49 is #4374B6. Grayscale: #929292. Windows color (decimal): -4420791 or 4819900. OLE color: 4819900.

HSL color Cylindrical-coordinate representation of color #BC8B49: hue angle of 34.43º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC8B49 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 139 73 -
CMYK 0 0.26 0.61 0.26
HSL 34.43º 0.46% 0.51% -
HSV(B) 34.43º 0.61% 0.74% -
XYZ 31.17 29.64 10.38 -
YUV 146.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 188 139 73 0 0.26 0.61 0.26 34.43 0.46 0.51
Hex BC 8B 49 0 1A 3D 1A 22 2E 33
Octal 274 213 111 0 32 75 32 42 56 63
Binary 10111100 10001011 1001001 0 11010 111101 11010 100010 101110 110011

Color Harmonies of #BC8B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B49

Black with #BC8B49

Text Example


Text Example

White with #BC8B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B49; }

 p { color: rgb(188,139,73); }

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

background-color css

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

 a { background-color: rgb(188,139,73); }

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

border-color css

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

 span { border-color: rgb(188,139,73); }

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