Html Css Color HEX #BC8B50 Tussock

📋 copy color: '#BC8B50'

red 188 ◦ green 139 ◦ blue 80

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

Shades of Tussock #BC8B50

Tints of Tussock #BC8B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 46.19%
G = 34.15%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8B50 (or 0xBC8B50) is known color: Tussock. HEX triplet: BC, 8B and 50. RGB value is (188,139,80). Sum of RGB (Red+Green+Blue) = 188+139+80=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B50 is #4374AF. Grayscale: #939393. Windows color (decimal): -4420784 or 5278652. OLE color: 5278652.

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

Color convert

RGB 188 139 80 -
CMYK 0 0.26 0.57 0.26
HSL 32.78º 0.45% 0.53% -
HSV(B) 32.78º 0.57% 0.74% -
XYZ 31.42 29.74 11.67 -
YUV 146.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 188 139 80 0 0.26 0.57 0.26 32.78 0.45 0.53
Hex BC 8B 50 0 1A 39 1A 21 2D 35
Octal 274 213 120 0 32 71 32 41 55 65
Binary 10111100 10001011 1010000 0 11010 111001 11010 100001 101101 110101

Color Harmonies of #BC8B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B50

Black with #BC8B50

Text Example


Text Example

White with #BC8B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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