Html Css Color HEX #B8A219 Buddha Gold

📋 copy color: '#B8A219'

red 184 ◦ green 162 ◦ blue 25

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

Shades of Buddha Gold #B8A219

Tints of Buddha Gold #B8A219

RGB

 RED value IS 184 (72.27% from 255) = 49.6%

 GREEN value IS 162 (63.67% from 255) = 43.67%

 BLUE value IS 25 (10.16% from 255) = 6.74%

R = 49.6%
G = 43.67%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8A219 (or 0xB8A219) is known color: Buddha Gold. HEX triplet: B8, A2 and 19. RGB value is (184,162,25). Sum of RGB (Red+Green+Blue) = 184+162+25=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 25 (10.16% from 255 or 6.74% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A219 is #475DE6. Grayscale: #999999. Windows color (decimal): -4677095 or 1680056. OLE color: 1680056.

HSL color Cylindrical-coordinate representation of color #B8A219: hue angle of 51.7º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8A219 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 162 25 -
CMYK 0 0.12 0.86 0.28
HSL 51.7º 0.76% 0.41% -
HSV(B) 51.7º 0.86% 0.72% -
XYZ 32.86 36.1 6.16 -
YUV 152.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 184 162 25 0 0.12 0.86 0.28 51.7 0.76 0.41
Hex B8 A2 19 0 C 56 1C 34 4C 29
Octal 270 242 31 0 14 126 34 64 114 51
Binary 10111000 10100010 11001 0 1100 1010110 11100 110100 1001100 101001

Color Harmonies of #B8A219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A219

Black with #B8A219

Text Example


Text Example

White with #B8A219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A219; }

 p { color: rgb(184,162,25); }

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

background-color css

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

 a { background-color: rgb(184,162,25); }

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

border-color css

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

 span { border-color: rgb(184,162,25); }

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