Html Css Color HEX #BE9B4C Tussock

📋 copy color: '#BE9B4C'

red 190 ◦ green 155 ◦ blue 76

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

Shades of Tussock #BE9B4C

Tints of Tussock #BE9B4C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.82%

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

R = 45.13%
G = 36.82%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE9B4C (or 0xBE9B4C) is known color: Tussock. HEX triplet: BE, 9B and 4C. RGB value is (190,155,76). Sum of RGB (Red+Green+Blue) = 190+155+76=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B4C is #4164B3. Grayscale: #9C9C9C. Windows color (decimal): -4285620 or 5020606. OLE color: 5020606.

HSL color Cylindrical-coordinate representation of color #BE9B4C: hue angle of 41.58º 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 #BE9B4C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 155 76 -
CMYK 0 0.18 0.60 0.25
HSL 41.58º 0.47% 0.52% -
HSV(B) 41.58º 0.6% 0.75% -
XYZ 34.26 34.91 11.77 -
YUV 156.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 190 155 76 0 0.18 0.60 0.25 41.58 0.47 0.52
Hex BE 9B 4C 0 12 3C 19 2A 2F 34
Octal 276 233 114 0 22 74 31 52 57 64
Binary 10111110 10011011 1001100 0 10010 111100 11001 101010 101111 110100

Color Harmonies of #BE9B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B4C

Black with #BE9B4C

Text Example


Text Example

White with #BE9B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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