Html Css Color HEX #BE9E1A Buddha Gold

📋 copy color: '#BE9E1A'

red 190 ◦ green 158 ◦ blue 26

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

Shades of Buddha Gold #BE9E1A

Tints of Buddha Gold #BE9E1A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.25%

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

R = 50.8%
G = 42.25%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE9E1A (or 0xBE9E1A) is known color: Buddha Gold. HEX triplet: BE, 9E and 1A. RGB value is (190,158,26). Sum of RGB (Red+Green+Blue) = 190+158+26=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E1A is #4161E5. Grayscale: #999999. Windows color (decimal): -4284902 or 1744574. OLE color: 1744574.

HSL color Cylindrical-coordinate representation of color #BE9E1A: hue angle of 48.29º 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 #BE9E1A is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 26 -
CMYK 0 0.17 0.86 0.25
HSL 48.29º 0.76% 0.42% -
HSV(B) 48.29º 0.86% 0.75% -
XYZ 33.65 35.48 6.05 -
YUV 152.52 56.6 154.73 -
System Red Green Blue C M Y K H S L
Decimal 190 158 26 0 0.17 0.86 0.25 48.29 0.76 0.42
Hex BE 9E 1A 0 11 56 19 30 4C 2A
Octal 276 236 32 0 21 126 31 60 114 52
Binary 10111110 10011110 11010 0 10001 1010110 11001 110000 1001100 101010

Color Harmonies of #BE9E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E1A

Black with #BE9E1A

Text Example


Text Example

White with #BE9E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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