Html Css Color HEX #BE9A04 Buddha Gold

📋 copy color: '#BE9A04'

red 190 ◦ green 154 ◦ blue 4

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

Shades of Buddha Gold #BE9A04

Tints of Buddha Gold #BE9A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 54.6%
G = 44.25%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE9A04 (or 0xBE9A04) is known color: Buddha Gold. HEX triplet: BE, 9A and 04. RGB value is (190,154,4). Sum of RGB (Red+Green+Blue) = 190+154+4=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A04 is #4165FB. Grayscale: #949494. Windows color (decimal): -4285948 or 301758. OLE color: 301758.

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

Color convert

RGB 190 154 4 -
CMYK 0 0.19 0.98 0.25
HSL 48.39º 0.96% 0.38% -
HSV(B) 48.39º 0.98% 0.75% -
XYZ 32.81 34.07 4.96 -
YUV 147.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 190 154 4 0 0.19 0.98 0.25 48.39 0.96 0.38
Hex BE 9A 4 0 13 62 19 30 60 26
Octal 276 232 4 0 23 142 31 60 140 46
Binary 10111110 10011010 100 0 10011 1100010 11001 110000 1100000 100110

Color Harmonies of #BE9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A04

Black with #BE9A04

Text Example


Text Example

White with #BE9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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