Html Css Color HEX #BE9A1A Buddha Gold

📋 copy color: '#BE9A1A'

red 190 ◦ green 154 ◦ blue 26

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

Shades of Buddha Gold #BE9A1A

Tints of Buddha Gold #BE9A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.03%

R = 51.35%
G = 41.62%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE9A1A (or 0xBE9A1A) is known color: Buddha Gold. HEX triplet: BE, 9A and 1A. RGB value is (190,154,26). Sum of RGB (Red+Green+Blue) = 190+154+26=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A1A is #4165E5. Grayscale: #969696. Windows color (decimal): -4285926 or 1743550. OLE color: 1743550.

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

Color convert

RGB 190 154 26 -
CMYK 0 0.19 0.86 0.25
HSL 46.83º 0.76% 0.42% -
HSV(B) 46.83º 0.86% 0.75% -
XYZ 32.98 34.13 5.83 -
YUV 150.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 190 154 26 0 0.19 0.86 0.25 46.83 0.76 0.42
Hex BE 9A 1A 0 13 56 19 2F 4C 2A
Octal 276 232 32 0 23 126 31 57 114 52
Binary 10111110 10011010 11010 0 10011 1010110 11001 101111 1001100 101010

Color Harmonies of #BE9A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A1A

Black with #BE9A1A

Text Example


Text Example

White with #BE9A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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