Html Css Color HEX #BE924B Tussock

📋 copy color: '#BE924B'

red 190 ◦ green 146 ◦ blue 75

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

Shades of Tussock #BE924B

Tints of Tussock #BE924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

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

R = 46.23%
G = 35.52%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE924B (or 0xBE924B) is known color: Tussock. HEX triplet: BE, 92 and 4B. RGB value is (190,146,75). Sum of RGB (Red+Green+Blue) = 190+146+75=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE924B is #416DB4. Grayscale: #979797. Windows color (decimal): -4287925 or 4952766. OLE color: 4952766.

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

Color convert

RGB 190 146 75 -
CMYK 0 0.23 0.61 0.25
HSL 37.04º 0.47% 0.52% -
HSV(B) 37.04º 0.61% 0.75% -
XYZ 32.78 32.01 11.11 -
YUV 151.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 190 146 75 0 0.23 0.61 0.25 37.04 0.47 0.52
Hex BE 92 4B 0 17 3D 19 25 2F 34
Octal 276 222 113 0 27 75 31 45 57 64
Binary 10111110 10010010 1001011 0 10111 111101 11001 100101 101111 110100

Color Harmonies of #BE924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE924B

Black with #BE924B

Text Example


Text Example

White with #BE924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE924B; }

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

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

background-color css

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

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

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

border-color css

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

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

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