Html Css Color HEX #BEA040 Roti

📋 copy color: '#BEA040'

red 190 ◦ green 160 ◦ blue 64

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

Shades of Roti #BEA040

Tints of Roti #BEA040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.65%

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 45.89%
G = 38.65%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEA040 (or 0xBEA040) is known color: Roti. HEX triplet: BE, A0 and 40. RGB value is (190,160,64). Sum of RGB (Red+Green+Blue) = 190+160+64=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA040 is #415FBF. Grayscale: #9E9E9E. Windows color (decimal): -4284352 or 4235454. OLE color: 4235454.

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

Color convert

RGB 190 160 64 -
CMYK 0 0.16 0.66 0.25
HSL 45.71º 0.5% 0.5% -
HSV(B) 45.71º 0.66% 0.75% -
XYZ 34.73 36.46 10.06 -
YUV 158.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 190 160 64 0 0.16 0.66 0.25 45.71 0.5 0.5
Hex BE A0 40 0 10 42 19 2E 32 32
Octal 276 240 100 0 20 102 31 56 62 62
Binary 10111110 10100000 1000000 0 10000 1000010 11001 101110 110010 110010

Color Harmonies of #BEA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA040

Black with #BEA040

Text Example


Text Example

White with #BEA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA040; }

 p { color: rgb(190,160,64); }

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

background-color css

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

 a { background-color: rgb(190,160,64); }

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

border-color css

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

 span { border-color: rgb(190,160,64); }

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