Html Css Color HEX #BE9A19 Buddha Gold

📋 copy color: '#BE9A19'

red 190 ◦ green 154 ◦ blue 25

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

Shades of Buddha Gold #BE9A19

Tints of Buddha Gold #BE9A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 51.49%
G = 41.73%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE9A19 (or 0xBE9A19) is known color: Buddha Gold. HEX triplet: BE, 9A and 19. RGB value is (190,154,25). Sum of RGB (Red+Green+Blue) = 190+154+25=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A19 is #4165E6. Grayscale: #969696. Windows color (decimal): -4285927 or 1678014. OLE color: 1678014.

HSL color Cylindrical-coordinate representation of color #BE9A19: hue angle of 46.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE9A19 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 25 -
CMYK 0 0.19 0.87 0.25
HSL 46.91º 0.77% 0.42% -
HSV(B) 46.91º 0.87% 0.75% -
XYZ 32.97 34.13 5.77 -
YUV 150.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 190 154 25 0 0.19 0.87 0.25 46.91 0.77 0.42
Hex BE 9A 19 0 13 57 19 2F 4D 2A
Octal 276 232 31 0 23 127 31 57 115 52
Binary 10111110 10011010 11001 0 10011 1010111 11001 101111 1001101 101010

Color Harmonies of #BE9A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A19

Black with #BE9A19

Text Example


Text Example

White with #BE9A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A19; }

 p { color: rgb(190,154,25); }

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

background-color css

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

 a { background-color: rgb(190,154,25); }

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

border-color css

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

 span { border-color: rgb(190,154,25); }

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