Html Css Color HEX #BEA11D Buddha Gold

📋 copy color: '#BEA11D'

red 190 ◦ green 161 ◦ blue 29

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

Shades of Buddha Gold #BEA11D

Tints of Buddha Gold #BEA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.37%

 BLUE value IS 29 (11.72% from 255) = 7.63%

R = 50%
G = 42.37%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEA11D (or 0xBEA11D) is known color: Buddha Gold. HEX triplet: BE, A1 and 1D. RGB value is (190,161,29). Sum of RGB (Red+Green+Blue) = 190+161+29=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA11D is #415EE2. Grayscale: #9B9B9B. Windows color (decimal): -4284131 or 1941950. OLE color: 1941950.

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

Color convert

RGB 190 161 29 -
CMYK 0 0.15 0.85 0.25
HSL 49.19º 0.74% 0.43% -
HSV(B) 49.19º 0.85% 0.75% -
XYZ 34.2 36.53 6.41 -
YUV 154.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 190 161 29 0 0.15 0.85 0.25 49.19 0.74 0.43
Hex BE A1 1D 0 F 55 19 31 4A 2B
Octal 276 241 35 0 17 125 31 61 112 53
Binary 10111110 10100001 11101 0 1111 1010101 11001 110001 1001010 101011

Color Harmonies of #BEA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA11D

Black with #BEA11D

Text Example


Text Example

White with #BEA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA11D; }

 p { color: rgb(190,161,29); }

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

background-color css

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

 a { background-color: rgb(190,161,29); }

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

border-color css

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

 span { border-color: rgb(190,161,29); }

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