Html Css Color HEX #BE9443 Tussock

📋 copy color: '#BE9443'

red 190 ◦ green 148 ◦ blue 67

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

Shades of Tussock #BE9443

Tints of Tussock #BE9443

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 67 (26.56% from 255) = 16.54%

R = 46.91%
G = 36.54%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE9443 (or 0xBE9443) is known color: Tussock. HEX triplet: BE, 94 and 43. RGB value is (190,148,67). Sum of RGB (Red+Green+Blue) = 190+148+67=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9443 is #416BBC. Grayscale: #979797. Windows color (decimal): -4287421 or 4428990. OLE color: 4428990.

HSL color Cylindrical-coordinate representation of color #BE9443: hue angle of 39.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE9443 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 67 -
CMYK 0 0.22 0.65 0.25
HSL 39.51º 0.49% 0.5% -
HSV(B) 39.51º 0.65% 0.75% -
XYZ 32.84 32.53 9.86 -
YUV 151.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 190 148 67 0 0.22 0.65 0.25 39.51 0.49 0.5
Hex BE 94 43 0 16 41 19 28 31 32
Octal 276 224 103 0 26 101 31 50 61 62
Binary 10111110 10010100 1000011 0 10110 1000001 11001 101000 110001 110010

Color Harmonies of #BE9443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9443

Black with #BE9443

Text Example


Text Example

White with #BE9443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9443; }

 p { color: rgb(190,148,67); }

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

background-color css

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

 a { background-color: rgb(190,148,67); }

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

border-color css

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

 span { border-color: rgb(190,148,67); }

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