Html Css Color HEX #BEA045 Roti

📋 copy color: '#BEA045'

red 190 ◦ green 160 ◦ blue 69

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

Shades of Roti #BEA045

Tints of Roti #BEA045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 45.35%
G = 38.19%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEA045 (or 0xBEA045) is known color: Roti. HEX triplet: BE, A0 and 45. RGB value is (190,160,69). Sum of RGB (Red+Green+Blue) = 190+160+69=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA045 is #415FBA. Grayscale: #9E9E9E. Windows color (decimal): -4284347 or 4563134. OLE color: 4563134.

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

Color convert

RGB 190 160 69 -
CMYK 0 0.16 0.64 0.25
HSL 45.12º 0.48% 0.51% -
HSV(B) 45.12º 0.64% 0.75% -
XYZ 34.88 36.52 10.84 -
YUV 158.6 77.44 150.4 -
System Red Green Blue C M Y K H S L
Decimal 190 160 69 0 0.16 0.64 0.25 45.12 0.48 0.51
Hex BE A0 45 0 10 40 19 2D 30 33
Octal 276 240 105 0 20 100 31 55 60 63
Binary 10111110 10100000 1000101 0 10000 1000000 11001 101101 110000 110011

Color Harmonies of #BEA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA045

Black with #BEA045

Text Example


Text Example

White with #BEA045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA045; }

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

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

background-color css

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

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

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

border-color css

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

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

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