Html Css Color HEX #BE9B4D Tussock

📋 copy color: '#BE9B4D'

red 190 ◦ green 155 ◦ blue 77

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

Shades of Tussock #BE9B4D

Tints of Tussock #BE9B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.25%

R = 45.02%
G = 36.73%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE9B4D (or 0xBE9B4D) is known color: Tussock. HEX triplet: BE, 9B and 4D. RGB value is (190,155,77). Sum of RGB (Red+Green+Blue) = 190+155+77=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9B4D is #4164B2. Grayscale: #9C9C9C. Windows color (decimal): -4285619 or 5086142. OLE color: 5086142.

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

Color convert

RGB 190 155 77 -
CMYK 0 0.18 0.59 0.25
HSL 41.42º 0.47% 0.52% -
HSV(B) 41.42º 0.59% 0.75% -
XYZ 34.3 34.93 11.95 -
YUV 156.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 190 155 77 0 0.18 0.59 0.25 41.42 0.47 0.52
Hex BE 9B 4D 0 12 3B 19 29 2F 34
Octal 276 233 115 0 22 73 31 51 57 64
Binary 10111110 10011011 1001101 0 10010 111011 11001 101001 101111 110100

Color Harmonies of #BE9B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B4D

Black with #BE9B4D

Text Example


Text Example

White with #BE9B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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