Html Css Color HEX #BEA008 Buddha Gold

📋 copy color: '#BEA008'

red 190 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #BEA008

Tints of Buddha Gold #BEA008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 53.07%
G = 44.69%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BEA008 (or 0xBEA008) is known color: Buddha Gold. HEX triplet: BE, A0 and 08. RGB value is (190,160,8). Sum of RGB (Red+Green+Blue) = 190+160+8=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA008 is #415FF7. Grayscale: #989898. Windows color (decimal): -4284408 or 565438. OLE color: 565438.

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

Color convert

RGB 190 160 8 -
CMYK 0 0.16 0.96 0.25
HSL 50.11º 0.92% 0.39% -
HSV(B) 50.11º 0.96% 0.75% -
XYZ 33.85 36.11 5.41 -
YUV 151.64 46.94 155.36 -
System Red Green Blue C M Y K H S L
Decimal 190 160 8 0 0.16 0.96 0.25 50.11 0.92 0.39
Hex BE A0 8 0 10 60 19 32 5C 27
Octal 276 240 10 0 20 140 31 62 134 47
Binary 10111110 10100000 1000 0 10000 1100000 11001 110010 1011100 100111

Color Harmonies of #BEA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA008

Black with #BEA008

Text Example


Text Example

White with #BEA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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