Html Css Color HEX #BC8B46 Tussock

📋 copy color: '#BC8B46'

red 188 ◦ green 139 ◦ blue 70

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

Shades of Tussock #BC8B46

Tints of Tussock #BC8B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 47.36%
G = 35.01%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC8B46 (or 0xBC8B46) is known color: Tussock. HEX triplet: BC, 8B and 46. RGB value is (188,139,70). Sum of RGB (Red+Green+Blue) = 188+139+70=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B46 is #4374B9. Grayscale: #929292. Windows color (decimal): -4420794 or 4623292. OLE color: 4623292.

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

Color convert

RGB 188 139 70 -
CMYK 0 0.26 0.63 0.26
HSL 35.08º 0.47% 0.51% -
HSV(B) 35.08º 0.63% 0.74% -
XYZ 31.08 29.6 9.87 -
YUV 145.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 188 139 70 0 0.26 0.63 0.26 35.08 0.47 0.51
Hex BC 8B 46 0 1A 3F 1A 23 2F 33
Octal 274 213 106 0 32 77 32 43 57 63
Binary 10111100 10001011 1000110 0 11010 111111 11010 100011 101111 110011

Color Harmonies of #BC8B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B46

Black with #BC8B46

Text Example


Text Example

White with #BC8B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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