Html Css Color HEX #BE9E49 Roti

📋 copy color: '#BE9E49'

red 190 ◦ green 158 ◦ blue 73

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

Shades of Roti #BE9E49

Tints of Roti #BE9E49

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.53%

 BLUE value IS 73 (28.91% from 255) = 17.34%

R = 45.13%
G = 37.53%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE9E49 (or 0xBE9E49) is known color: Roti. HEX triplet: BE, 9E and 49. RGB value is (190,158,73). Sum of RGB (Red+Green+Blue) = 190+158+73=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E49 is #4161B6. Grayscale: #9E9E9E. Windows color (decimal): -4284855 or 4824766. OLE color: 4824766.

HSL color Cylindrical-coordinate representation of color #BE9E49: hue angle of 43.59º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE9E49 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 73 -
CMYK 0 0.17 0.62 0.25
HSL 43.59º 0.47% 0.52% -
HSV(B) 43.59º 0.62% 0.75% -
XYZ 34.66 35.88 11.4 -
YUV 157.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 190 158 73 0 0.17 0.62 0.25 43.59 0.47 0.52
Hex BE 9E 49 0 11 3E 19 2C 2F 34
Octal 276 236 111 0 21 76 31 54 57 64
Binary 10111110 10011110 1001001 0 10001 111110 11001 101100 101111 110100

Color Harmonies of #BE9E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E49

Black with #BE9E49

Text Example


Text Example

White with #BE9E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E49; }

 p { color: rgb(190,158,73); }

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

background-color css

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

 a { background-color: rgb(190,158,73); }

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

border-color css

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

 span { border-color: rgb(190,158,73); }

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