Html Css Color HEX #BE9F0E Buddha Gold

📋 copy color: '#BE9F0E'

red 190 ◦ green 159 ◦ blue 14

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

Shades of Buddha Gold #BE9F0E

Tints of Buddha Gold #BE9F0E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 14 (5.86% from 255) = 3.86%

R = 52.34%
G = 43.8%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE9F0E (or 0xBE9F0E) is known color: Buddha Gold. HEX triplet: BE, 9F and 0E. RGB value is (190,159,14). Sum of RGB (Red+Green+Blue) = 190+159+14=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9F0E is #4160F1. Grayscale: #989898. Windows color (decimal): -4284658 or 958398. OLE color: 958398.

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

Color convert

RGB 190 159 14 -
CMYK 0 0.16 0.93 0.25
HSL 49.43º 0.86% 0.4% -
HSV(B) 49.43º 0.93% 0.75% -
XYZ 33.71 35.78 5.54 -
YUV 151.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 190 159 14 0 0.16 0.93 0.25 49.43 0.86 0.4
Hex BE 9F E 0 10 5D 19 31 56 28
Octal 276 237 16 0 20 135 31 61 126 50
Binary 10111110 10011111 1110 0 10000 1011101 11001 110001 1010110 101000

Color Harmonies of #BE9F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F0E

Black with #BE9F0E

Text Example


Text Example

White with #BE9F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F0E; }

 p { color: rgb(190,159,14); }

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

background-color css

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

 a { background-color: rgb(190,159,14); }

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

border-color css

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

 span { border-color: rgb(190,159,14); }

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