Html Css Color HEX #BEA611 Buddha Gold

📋 copy color: '#BEA611'

red 190 ◦ green 166 ◦ blue 17

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

Shades of Buddha Gold #BEA611

Tints of Buddha Gold #BEA611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.5%

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 50.94%
G = 44.5%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEA611 (or 0xBEA611) is known color: Buddha Gold. HEX triplet: BE, A6 and 11. RGB value is (190,166,17). Sum of RGB (Red+Green+Blue) = 190+166+17=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA611 is #4159EE. Grayscale: #9C9C9C. Windows color (decimal): -4282863 or 1156798. OLE color: 1156798.

HSL color Cylindrical-coordinate representation of color #BEA611: hue angle of 51.68º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEA611 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 166 17 -
CMYK 0 0.13 0.91 0.25
HSL 51.68º 0.84% 0.41% -
HSV(B) 51.68º 0.91% 0.75% -
XYZ 34.97 38.26 6.07 -
YUV 156.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 190 166 17 0 0.13 0.91 0.25 51.68 0.84 0.41
Hex BE A6 11 0 D 5B 19 34 54 29
Octal 276 246 21 0 15 133 31 64 124 51
Binary 10111110 10100110 10001 0 1101 1011011 11001 110100 1010100 101001

Color Harmonies of #BEA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA611

Black with #BEA611

Text Example


Text Example

White with #BEA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA611; }

 p { color: rgb(190,166,17); }

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

background-color css

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

 a { background-color: rgb(190,166,17); }

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

border-color css

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

 span { border-color: rgb(190,166,17); }

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