Html Css Color HEX #BE9613 Buddha Gold

📋 copy color: '#BE9613'

red 190 ◦ green 150 ◦ blue 19

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

Shades of Buddha Gold #BE9613

Tints of Buddha Gold #BE9613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 52.92%
G = 41.78%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE9613 (or 0xBE9613) is known color: Buddha Gold. HEX triplet: BE, 96 and 13. RGB value is (190,150,19). Sum of RGB (Red+Green+Blue) = 190+150+19=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9613 is #4169EC. Grayscale: #939393. Windows color (decimal): -4286957 or 1283774. OLE color: 1283774.

HSL color Cylindrical-coordinate representation of color #BE9613: hue angle of 45.96º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE9613 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 150 19 -
CMYK 0 0.21 0.90 0.25
HSL 45.96º 0.82% 0.41% -
HSV(B) 45.96º 0.9% 0.75% -
XYZ 32.26 32.81 5.25 -
YUV 147.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 190 150 19 0 0.21 0.90 0.25 45.96 0.82 0.41
Hex BE 96 13 0 15 5A 19 2E 52 29
Octal 276 226 23 0 25 132 31 56 122 51
Binary 10111110 10010110 10011 0 10101 1011010 11001 101110 1010010 101001

Color Harmonies of #BE9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9613

Black with #BE9613

Text Example


Text Example

White with #BE9613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9613; }

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

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

background-color css

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

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

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

border-color css

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

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

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