Html Css Color HEX #BE9610 Buddha Gold

📋 copy color: '#BE9610'

red 190 ◦ green 150 ◦ blue 16

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

Shades of Buddha Gold #BE9610

Tints of Buddha Gold #BE9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

 BLUE value IS 16 (6.64% from 255) = 4.49%

R = 53.37%
G = 42.13%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE9610 (or 0xBE9610) is known color: Buddha Gold. HEX triplet: BE, 96 and 10. RGB value is (190,150,16). Sum of RGB (Red+Green+Blue) = 190+150+16=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9610 is #4169EF. Grayscale: #939393. Windows color (decimal): -4286960 or 1087166. OLE color: 1087166.

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

Color convert

RGB 190 150 16 -
CMYK 0 0.21 0.92 0.25
HSL 46.21º 0.84% 0.4% -
HSV(B) 46.21º 0.92% 0.75% -
XYZ 32.24 32.8 5.12 -
YUV 146.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 190 150 16 0 0.21 0.92 0.25 46.21 0.84 0.4
Hex BE 96 10 0 15 5C 19 2E 54 28
Octal 276 226 20 0 25 134 31 56 124 50
Binary 10111110 10010110 10000 0 10101 1011100 11001 101110 1010100 101000

Color Harmonies of #BE9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9610

Black with #BE9610

Text Example


Text Example

White with #BE9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9610; }

 p { color: rgb(190,150,16); }

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

background-color css

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

 a { background-color: rgb(190,150,16); }

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

border-color css

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

 span { border-color: rgb(190,150,16); }

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