Html Css Color HEX #BEA60D Buddha Gold

📋 copy color: '#BEA60D'

red 190 ◦ green 166 ◦ blue 13

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

Shades of Buddha Gold #BEA60D

Tints of Buddha Gold #BEA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.99%

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 51.49%
G = 44.99%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BEA60D (or 0xBEA60D) is known color: Buddha Gold. HEX triplet: BE, A6 and 0D. RGB value is (190,166,13). Sum of RGB (Red+Green+Blue) = 190+166+13=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA60D is #4159F2. Grayscale: #9C9C9C. Windows color (decimal): -4282867 or 894654. OLE color: 894654.

HSL color Cylindrical-coordinate representation of color #BEA60D: hue angle of 51.86º degrees, saturation: 0.87, 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 #BEA60D is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 166 13 -
CMYK 0 0.13 0.93 0.25
HSL 51.86º 0.87% 0.4% -
HSV(B) 51.86º 0.93% 0.75% -
XYZ 34.94 38.25 5.92 -
YUV 155.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 190 166 13 0 0.13 0.93 0.25 51.86 0.87 0.4
Hex BE A6 D 0 D 5D 19 34 57 28
Octal 276 246 15 0 15 135 31 64 127 50
Binary 10111110 10100110 1101 0 1101 1011101 11001 110100 1010111 101000

Color Harmonies of #BEA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA60D

Black with #BEA60D

Text Example


Text Example

White with #BEA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA60D; }

 p { color: rgb(190,166,13); }

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

background-color css

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

 a { background-color: rgb(190,166,13); }

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

border-color css

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

 span { border-color: rgb(190,166,13); }

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