Html Css Color HEX #BC8F51 Tussock

📋 copy color: '#BC8F51'

red 188 ◦ green 143 ◦ blue 81

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

Shades of Tussock #BC8F51

Tints of Tussock #BC8F51

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

 BLUE value IS 81 (32.03% from 255) = 19.66%

R = 45.63%
G = 34.71%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8F51 (or 0xBC8F51) is known color: Tussock. HEX triplet: BC, 8F and 51. RGB value is (188,143,81). Sum of RGB (Red+Green+Blue) = 188+143+81=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F51 is #4370AE. Grayscale: #959595. Windows color (decimal): -4419759 or 5345212. OLE color: 5345212.

HSL color Cylindrical-coordinate representation of color #BC8F51: hue angle of 34.77º degrees, saturation: 0.44, 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 #BC8F51 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 81 -
CMYK 0 0.24 0.57 0.26
HSL 34.77º 0.44% 0.53% -
HSV(B) 34.77º 0.57% 0.74% -
XYZ 32.05 30.93 12.07 -
YUV 149.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 188 143 81 0 0.24 0.57 0.26 34.77 0.44 0.53
Hex BC 8F 51 0 18 39 1A 23 2C 35
Octal 274 217 121 0 30 71 32 43 54 65
Binary 10111100 10001111 1010001 0 11000 111001 11010 100011 101100 110101

Color Harmonies of #BC8F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F51

Black with #BC8F51

Text Example


Text Example

White with #BC8F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F51; }

 p { color: rgb(188,143,81); }

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

background-color css

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

 a { background-color: rgb(188,143,81); }

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

border-color css

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

 span { border-color: rgb(188,143,81); }

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