Html Css Color HEX #BE914B Tussock

📋 copy color: '#BE914B'

red 190 ◦ green 145 ◦ blue 75

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

Shades of Tussock #BE914B

Tints of Tussock #BE914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

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

R = 46.34%
G = 35.37%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE914B (or 0xBE914B) is known color: Tussock. HEX triplet: BE, 91 and 4B. RGB value is (190,145,75). Sum of RGB (Red+Green+Blue) = 190+145+75=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE914B is #416EB4. Grayscale: #969696. Windows color (decimal): -4288181 or 4952510. OLE color: 4952510.

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

Color convert

RGB 190 145 75 -
CMYK 0 0.24 0.61 0.25
HSL 36.52º 0.47% 0.52% -
HSV(B) 36.52º 0.61% 0.75% -
XYZ 32.63 31.71 11.06 -
YUV 150.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 190 145 75 0 0.24 0.61 0.25 36.52 0.47 0.52
Hex BE 91 4B 0 18 3D 19 25 2F 34
Octal 276 221 113 0 30 75 31 45 57 64
Binary 10111110 10010001 1001011 0 11000 111101 11001 100101 101111 110100

Color Harmonies of #BE914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE914B

Black with #BE914B

Text Example


Text Example

White with #BE914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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