Html Css Color HEX #BEA03D Roti

📋 copy color: '#BEA03D'

red 190 ◦ green 160 ◦ blue 61

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

Shades of Roti #BEA03D

Tints of Roti #BEA03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 46.23%
G = 38.93%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEA03D (or 0xBEA03D) is known color: Roti. HEX triplet: BE, A0 and 3D. RGB value is (190,160,61). Sum of RGB (Red+Green+Blue) = 190+160+61=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA03D is #415FC2. Grayscale: #9E9E9E. Windows color (decimal): -4284355 or 4038846. OLE color: 4038846.

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

Color convert

RGB 190 160 61 -
CMYK 0 0.16 0.68 0.25
HSL 46.05º 0.51% 0.49% -
HSV(B) 46.05º 0.68% 0.75% -
XYZ 34.65 36.43 9.62 -
YUV 157.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 190 160 61 0 0.16 0.68 0.25 46.05 0.51 0.49
Hex BE A0 3D 0 10 44 19 2E 33 31
Octal 276 240 75 0 20 104 31 56 63 61
Binary 10111110 10100000 111101 0 10000 1000100 11001 101110 110011 110001

Color Harmonies of #BEA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA03D

Black with #BEA03D

Text Example


Text Example

White with #BEA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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