Html Css Color HEX #BE9A09 Buddha Gold

📋 copy color: '#BE9A09'

red 190 ◦ green 154 ◦ blue 9

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

Shades of Buddha Gold #BE9A09

Tints of Buddha Gold #BE9A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.55%

R = 53.82%
G = 43.63%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE9A09 (or 0xBE9A09) is known color: Buddha Gold. HEX triplet: BE, 9A and 09. RGB value is (190,154,9). Sum of RGB (Red+Green+Blue) = 190+154+9=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A09 is #4165F6. Grayscale: #949494. Windows color (decimal): -4285943 or 629438. OLE color: 629438.

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

Color convert

RGB 190 154 9 -
CMYK 0 0.19 0.95 0.25
HSL 48.07º 0.91% 0.39% -
HSV(B) 48.07º 0.95% 0.75% -
XYZ 32.84 34.08 5.11 -
YUV 148.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 190 154 9 0 0.19 0.95 0.25 48.07 0.91 0.39
Hex BE 9A 9 0 13 5F 19 30 5B 27
Octal 276 232 11 0 23 137 31 60 133 47
Binary 10111110 10011010 1001 0 10011 1011111 11001 110000 1011011 100111

Color Harmonies of #BE9A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A09

Black with #BE9A09

Text Example


Text Example

White with #BE9A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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