Html Css Color HEX #BE934C Tussock

📋 copy color: '#BE934C'

red 190 ◦ green 147 ◦ blue 76

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

Shades of Tussock #BE934C

Tints of Tussock #BE934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 46%
G = 35.59%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE934C (or 0xBE934C) is known color: Tussock. HEX triplet: BE, 93 and 4C. RGB value is (190,147,76). Sum of RGB (Red+Green+Blue) = 190+147+76=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE934C is #416CB3. Grayscale: #989898. Windows color (decimal): -4287668 or 5018558. OLE color: 5018558.

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

Color convert

RGB 190 147 76 -
CMYK 0 0.23 0.60 0.25
HSL 37.37º 0.47% 0.52% -
HSV(B) 37.37º 0.6% 0.75% -
XYZ 32.97 32.34 11.34 -
YUV 151.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 190 147 76 0 0.23 0.60 0.25 37.37 0.47 0.52
Hex BE 93 4C 0 17 3C 19 25 2F 34
Octal 276 223 114 0 27 74 31 45 57 64
Binary 10111110 10010011 1001100 0 10111 111100 11001 100101 101111 110100

Color Harmonies of #BE934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE934C

Black with #BE934C

Text Example


Text Example

White with #BE934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE934C; }

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

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

background-color css

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

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

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

border-color css

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

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

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