Html Css Color HEX #BE9A05 Buddha Gold

📋 copy color: '#BE9A05'

red 190 ◦ green 154 ◦ blue 5

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

Shades of Buddha Gold #BE9A05

Tints of Buddha Gold #BE9A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 54.44%
G = 44.13%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE9A05 (or 0xBE9A05) is known color: Buddha Gold. HEX triplet: BE, 9A and 05. RGB value is (190,154,5). Sum of RGB (Red+Green+Blue) = 190+154+5=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A05 is #4165FA. Grayscale: #949494. Windows color (decimal): -4285947 or 367294. OLE color: 367294.

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

Color convert

RGB 190 154 5 -
CMYK 0 0.19 0.97 0.25
HSL 48.32º 0.95% 0.38% -
HSV(B) 48.32º 0.97% 0.75% -
XYZ 32.82 34.07 4.99 -
YUV 147.78 47.43 158.12 -
System Red Green Blue C M Y K H S L
Decimal 190 154 5 0 0.19 0.97 0.25 48.32 0.95 0.38
Hex BE 9A 5 0 13 61 19 30 5F 26
Octal 276 232 5 0 23 141 31 60 137 46
Binary 10111110 10011010 101 0 10011 1100001 11001 110000 1011111 100110

Color Harmonies of #BE9A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A05

Black with #BE9A05

Text Example


Text Example

White with #BE9A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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