Html Css Color HEX #BE8D4B Tussock

📋 copy color: '#BE8D4B'

red 190 ◦ green 141 ◦ blue 75

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

Shades of Tussock #BE8D4B

Tints of Tussock #BE8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.73%

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 46.8%
G = 34.73%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE8D4B (or 0xBE8D4B) is known color: Tussock. HEX triplet: BE, 8D and 4B. RGB value is (190,141,75). Sum of RGB (Red+Green+Blue) = 190+141+75=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8D4B is #4172B4. Grayscale: #949494. Windows color (decimal): -4289205 or 4951486. OLE color: 4951486.

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

Color convert

RGB 190 141 75 -
CMYK 0 0.26 0.61 0.25
HSL 34.43º 0.47% 0.52% -
HSV(B) 34.43º 0.61% 0.75% -
XYZ 32.03 30.5 10.86 -
YUV 148.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 190 141 75 0 0.26 0.61 0.25 34.43 0.47 0.52
Hex BE 8D 4B 0 1A 3D 19 22 2F 34
Octal 276 215 113 0 32 75 31 42 57 64
Binary 10111110 10001101 1001011 0 11010 111101 11001 100010 101111 110100

Color Harmonies of #BE8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D4B

Black with #BE8D4B

Text Example


Text Example

White with #BE8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D4B; }

 p { color: rgb(190,141,75); }

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

background-color css

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

 a { background-color: rgb(190,141,75); }

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

border-color css

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

 span { border-color: rgb(190,141,75); }

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