Html Css Color HEX #BE9014 Buddha Gold

📋 copy color: '#BE9014'

red 190 ◦ green 144 ◦ blue 20

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

Shades of Buddha Gold #BE9014

Tints of Buddha Gold #BE9014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 53.67%
G = 40.68%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE9014 (or 0xBE9014) is known color: Buddha Gold. HEX triplet: BE, 90 and 14. RGB value is (190,144,20). Sum of RGB (Red+Green+Blue) = 190+144+20=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9014 is #416FEB. Grayscale: #909090. Windows color (decimal): -4288492 or 1347774. OLE color: 1347774.

HSL color Cylindrical-coordinate representation of color #BE9014: hue angle of 43.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE9014 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 20 -
CMYK 0 0.24 0.89 0.25
HSL 43.76º 0.81% 0.41% -
HSV(B) 43.76º 0.89% 0.75% -
XYZ 31.33 30.94 4.98 -
YUV 143.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 190 144 20 0 0.24 0.89 0.25 43.76 0.81 0.41
Hex BE 90 14 0 18 59 19 2C 51 29
Octal 276 220 24 0 30 131 31 54 121 51
Binary 10111110 10010000 10100 0 11000 1011001 11001 101100 1010001 101001

Color Harmonies of #BE9014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9014

Black with #BE9014

Text Example


Text Example

White with #BE9014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9014; }

 p { color: rgb(190,144,20); }

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

background-color css

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

 a { background-color: rgb(190,144,20); }

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

border-color css

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

 span { border-color: rgb(190,144,20); }

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