Html Css Color HEX #BEA21B Buddha Gold

📋 copy color: '#BEA21B'

red 190 ◦ green 162 ◦ blue 27

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

Shades of Buddha Gold #BEA21B

Tints of Buddha Gold #BEA21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.74%

 BLUE value IS 27 (10.94% from 255) = 7.12%

R = 50.13%
G = 42.74%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEA21B (or 0xBEA21B) is known color: Buddha Gold. HEX triplet: BE, A2 and 1B. RGB value is (190,162,27). Sum of RGB (Red+Green+Blue) = 190+162+27=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA21B is #415DE4. Grayscale: #9B9B9B. Windows color (decimal): -4283877 or 1811134. OLE color: 1811134.

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

Color convert

RGB 190 162 27 -
CMYK 0 0.15 0.86 0.25
HSL 49.69º 0.75% 0.43% -
HSV(B) 49.69º 0.86% 0.75% -
XYZ 34.35 36.87 6.34 -
YUV 154.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 190 162 27 0 0.15 0.86 0.25 49.69 0.75 0.43
Hex BE A2 1B 0 F 56 19 32 4B 2B
Octal 276 242 33 0 17 126 31 62 113 53
Binary 10111110 10100010 11011 0 1111 1010110 11001 110010 1001011 101011

Color Harmonies of #BEA21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA21B

Black with #BEA21B

Text Example


Text Example

White with #BEA21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA21B; }

 p { color: rgb(190,162,27); }

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

background-color css

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

 a { background-color: rgb(190,162,27); }

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

border-color css

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

 span { border-color: rgb(190,162,27); }

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