Html Css Color HEX #BE941A Buddha Gold

📋 copy color: '#BE941A'

red 190 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #BE941A

Tints of Buddha Gold #BE941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 52.2%
G = 40.66%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE941A (or 0xBE941A) is known color: Buddha Gold. HEX triplet: BE, 94 and 1A. RGB value is (190,148,26). Sum of RGB (Red+Green+Blue) = 190+148+26=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE941A is #416BE5. Grayscale: #939393. Windows color (decimal): -4287462 or 1742014. OLE color: 1742014.

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

Color convert

RGB 190 148 26 -
CMYK 0 0.22 0.86 0.25
HSL 44.63º 0.76% 0.42% -
HSV(B) 44.63º 0.86% 0.75% -
XYZ 32.01 32.2 5.51 -
YUV 146.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 190 148 26 0 0.22 0.86 0.25 44.63 0.76 0.42
Hex BE 94 1A 0 16 56 19 2D 4C 2A
Octal 276 224 32 0 26 126 31 55 114 52
Binary 10111110 10010100 11010 0 10110 1010110 11001 101101 1001100 101010

Color Harmonies of #BE941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE941A

Black with #BE941A

Text Example


Text Example

White with #BE941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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