Html Css Color HEX #BE9A11 Buddha Gold

📋 copy color: '#BE9A11'

red 190 ◦ green 154 ◦ blue 17

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

Shades of Buddha Gold #BE9A11

Tints of Buddha Gold #BE9A11

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 52.63%
G = 42.66%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE9A11 (or 0xBE9A11) is known color: Buddha Gold. HEX triplet: BE, 9A and 11. RGB value is (190,154,17). Sum of RGB (Red+Green+Blue) = 190+154+17=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A11 is #4165EE. Grayscale: #959595. Windows color (decimal): -4285935 or 1153726. OLE color: 1153726.

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

Color convert

RGB 190 154 17 -
CMYK 0 0.19 0.91 0.25
HSL 47.51º 0.84% 0.41% -
HSV(B) 47.51º 0.91% 0.75% -
XYZ 32.89 34.1 5.38 -
YUV 149.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 190 154 17 0 0.19 0.91 0.25 47.51 0.84 0.41
Hex BE 9A 11 0 13 5B 19 30 54 29
Octal 276 232 21 0 23 133 31 60 124 51
Binary 10111110 10011010 10001 0 10011 1011011 11001 110000 1010100 101001

Color Harmonies of #BE9A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A11

Black with #BE9A11

Text Example


Text Example

White with #BE9A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A11; }

 p { color: rgb(190,154,17); }

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

background-color css

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

 a { background-color: rgb(190,154,17); }

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

border-color css

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

 span { border-color: rgb(190,154,17); }

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