Html Css Color HEX #BE8C4C Tussock

📋 copy color: '#BE8C4C'

red 190 ◦ green 140 ◦ blue 76

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

Shades of Tussock #BE8C4C

Tints of Tussock #BE8C4C

RGB

 RED value IS 190 (74.61% from 255) = 46.8%

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 76 (30.08% from 255) = 18.72%

R = 46.8%
G = 34.48%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE8C4C (or 0xBE8C4C) is known color: Tussock. HEX triplet: BE, 8C and 4C. RGB value is (190,140,76). Sum of RGB (Red+Green+Blue) = 190+140+76=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C4C is #4173B3. Grayscale: #939393. Windows color (decimal): -4289460 or 5016766. OLE color: 5016766.

HSL color Cylindrical-coordinate representation of color #BE8C4C: hue angle of 33.68º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE8C4C is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 76 -
CMYK 0 0.26 0.60 0.25
HSL 33.68º 0.47% 0.52% -
HSV(B) 33.68º 0.6% 0.75% -
XYZ 31.92 30.23 10.99 -
YUV 147.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 190 140 76 0 0.26 0.60 0.25 33.68 0.47 0.52
Hex BE 8C 4C 0 1A 3C 19 22 2F 34
Octal 276 214 114 0 32 74 31 42 57 64
Binary 10111110 10001100 1001100 0 11010 111100 11001 100010 101111 110100

Color Harmonies of #BE8C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C4C

Black with #BE8C4C

Text Example


Text Example

White with #BE8C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C4C; }

 p { color: rgb(190,140,76); }

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

background-color css

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

 a { background-color: rgb(190,140,76); }

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

border-color css

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

 span { border-color: rgb(190,140,76); }

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