Html Css Color HEX #BE9A0A Buddha Gold

📋 copy color: '#BE9A0A'

red 190 ◦ green 154 ◦ blue 10

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

Shades of Buddha Gold #BE9A0A

Tints of Buddha Gold #BE9A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 53.67%
G = 43.5%
B = 2.82%

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

#BE9A0A (or 0xBE9A0A) is known color: Buddha Gold. HEX triplet: BE, 9A and 0A. RGB value is (190,154,10). Sum of RGB (Red+Green+Blue) = 190+154+10=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A0A is #4165F5. Grayscale: #949494. Windows color (decimal): -4285942 or 694974. OLE color: 694974.

HSL color Cylindrical-coordinate representation of color #BE9A0A: hue angle of 48º degrees, saturation: 0.9, 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 #BE9A0A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 10 -
CMYK 0 0.19 0.95 0.25
HSL 48º 0.9% 0.39% -
HSV(B) 48º 0.95% 0.75% -
XYZ 32.85 34.08 5.13 -
YUV 148.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 190 154 10 0 0.19 0.95 0.25 48 0.9 0.39
Hex BE 9A A 0 13 5F 19 30 5A 27
Octal 276 232 12 0 23 137 31 60 132 47
Binary 10111110 10011010 1010 0 10011 1011111 11001 110000 1011010 100111

Color Harmonies of #BE9A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A0A

Black with #BE9A0A

Text Example


Text Example

White with #BE9A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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