Html Css Color HEX #BE9E46 Roti

📋 copy color: '#BE9E46'

red 190 ◦ green 158 ◦ blue 70

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

Shades of Roti #BE9E46

Tints of Roti #BE9E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 45.45%
G = 37.8%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE9E46 (or 0xBE9E46) is known color: Roti. HEX triplet: BE, 9E and 46. RGB value is (190,158,70). Sum of RGB (Red+Green+Blue) = 190+158+70=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E46 is #4161B9. Grayscale: #9D9D9D. Windows color (decimal): -4284858 or 4628158. OLE color: 4628158.

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

Color convert

RGB 190 158 70 -
CMYK 0 0.17 0.63 0.25
HSL 44º 0.48% 0.51% -
HSV(B) 44º 0.63% 0.75% -
XYZ 34.57 35.84 10.89 -
YUV 157.54 78.6 151.16 -
System Red Green Blue C M Y K H S L
Decimal 190 158 70 0 0.17 0.63 0.25 44 0.48 0.51
Hex BE 9E 46 0 11 3F 19 2C 30 33
Octal 276 236 106 0 21 77 31 54 60 63
Binary 10111110 10011110 1000110 0 10001 111111 11001 101100 110000 110011

Color Harmonies of #BE9E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E46

Black with #BE9E46

Text Example


Text Example

White with #BE9E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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