Html Css Color HEX #BE9243 Tussock

📋 copy color: '#BE9243'

red 190 ◦ green 146 ◦ blue 67

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

Shades of Tussock #BE9243

Tints of Tussock #BE9243

RGB

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

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

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

R = 47.15%
G = 36.23%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE9243 (or 0xBE9243) is known color: Tussock. HEX triplet: BE, 92 and 43. RGB value is (190,146,67). Sum of RGB (Red+Green+Blue) = 190+146+67=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9243 is #416DBC. Grayscale: #969696. Windows color (decimal): -4287933 or 4428478. OLE color: 4428478.

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

Color convert

RGB 190 146 67 -
CMYK 0 0.23 0.65 0.25
HSL 38.54º 0.49% 0.5% -
HSV(B) 38.54º 0.65% 0.75% -
XYZ 32.53 31.91 9.76 -
YUV 150.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 190 146 67 0 0.23 0.65 0.25 38.54 0.49 0.5
Hex BE 92 43 0 17 41 19 27 31 32
Octal 276 222 103 0 27 101 31 47 61 62
Binary 10111110 10010010 1000011 0 10111 1000001 11001 100111 110001 110010

Color Harmonies of #BE9243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9243

Black with #BE9243

Text Example


Text Example

White with #BE9243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9243; }

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

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

background-color css

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

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

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

border-color css

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

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

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