Html Css Color HEX #BEA30B Buddha Gold

📋 copy color: '#BEA30B'

red 190 ◦ green 163 ◦ blue 11

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

Shades of Buddha Gold #BEA30B

Tints of Buddha Gold #BEA30B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.78%

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 52.2%
G = 44.78%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEA30B (or 0xBEA30B) is known color: Buddha Gold. HEX triplet: BE, A3 and 0B. RGB value is (190,163,11). Sum of RGB (Red+Green+Blue) = 190+163+11=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA30B is #415CF4. Grayscale: #9A9A9A. Windows color (decimal): -4283637 or 762814. OLE color: 762814.

HSL color Cylindrical-coordinate representation of color #BEA30B: hue angle of 50.95º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEA30B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 11 -
CMYK 0 0.14 0.94 0.25
HSL 50.95º 0.89% 0.39% -
HSV(B) 50.95º 0.94% 0.75% -
XYZ 34.39 37.17 5.68 -
YUV 153.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 190 163 11 0 0.14 0.94 0.25 50.95 0.89 0.39
Hex BE A3 B 0 E 5E 19 33 59 27
Octal 276 243 13 0 16 136 31 63 131 47
Binary 10111110 10100011 1011 0 1110 1011110 11001 110011 1011001 100111

Color Harmonies of #BEA30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA30B

Black with #BEA30B

Text Example


Text Example

White with #BEA30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA30B; }

 p { color: rgb(190,163,11); }

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

background-color css

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

 a { background-color: rgb(190,163,11); }

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

border-color css

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

 span { border-color: rgb(190,163,11); }

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