Html Css Color HEX #BEA00B Buddha Gold

📋 copy color: '#BEA00B'

red 190 ◦ green 160 ◦ blue 11

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

Shades of Buddha Gold #BEA00B

Tints of Buddha Gold #BEA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.32%

 BLUE value IS 11 (4.69% from 255) = 3.05%

R = 52.63%
G = 44.32%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BEA00B (or 0xBEA00B) is known color: Buddha Gold. HEX triplet: BE, A0 and 0B. RGB value is (190,160,11). Sum of RGB (Red+Green+Blue) = 190+160+11=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA00B is #415FF4. Grayscale: #989898. Windows color (decimal): -4284405 or 762046. OLE color: 762046.

HSL color Cylindrical-coordinate representation of color #BEA00B: hue angle of 49.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEA00B is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 160 11 -
CMYK 0 0.16 0.94 0.25
HSL 49.94º 0.89% 0.39% -
HSV(B) 49.94º 0.94% 0.75% -
XYZ 33.87 36.11 5.5 -
YUV 151.98 48.44 155.12 -
System Red Green Blue C M Y K H S L
Decimal 190 160 11 0 0.16 0.94 0.25 49.94 0.89 0.39
Hex BE A0 B 0 10 5E 19 32 59 27
Octal 276 240 13 0 20 136 31 62 131 47
Binary 10111110 10100000 1011 0 10000 1011110 11001 110010 1011001 100111

Color Harmonies of #BEA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA00B

Black with #BEA00B

Text Example


Text Example

White with #BEA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA00B; }

 p { color: rgb(190,160,11); }

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

background-color css

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

 a { background-color: rgb(190,160,11); }

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

border-color css

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

 span { border-color: rgb(190,160,11); }

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