Html Css Color HEX #BE9E01 Buddha Gold

📋 copy color: '#BE9E01'

red 190 ◦ green 158 ◦ blue 1

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

Shades of Buddha Gold #BE9E01

Tints of Buddha Gold #BE9E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 54.44%
G = 45.27%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE9E01 (or 0xBE9E01) is known color: Buddha Gold. HEX triplet: BE, 9E and 01. RGB value is (190,158,1). Sum of RGB (Red+Green+Blue) = 190+158+1=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9E01 is #4161FE. Grayscale: #969696. Windows color (decimal): -4284927 or 106174. OLE color: 106174.

HSL color Cylindrical-coordinate representation of color #BE9E01: hue angle of 49.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE9E01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 158 1 -
CMYK 0 0.17 0.99 0.25
HSL 49.84º 0.99% 0.37% -
HSV(B) 49.84º 0.99% 0.75% -
XYZ 33.47 35.4 5.1 -
YUV 149.67 44.1 156.77 -
System Red Green Blue C M Y K H S L
Decimal 190 158 1 0 0.17 0.99 0.25 49.84 0.99 0.37
Hex BE 9E 1 0 11 63 19 32 63 25
Octal 276 236 1 0 21 143 31 62 143 45
Binary 10111110 10011110 1 0 10001 1100011 11001 110010 1100011 100101

Color Harmonies of #BE9E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E01

Black with #BE9E01

Text Example


Text Example

White with #BE9E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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