Html Css Color HEX #B8A212 Buddha Gold

📋 copy color: '#B8A212'

red 184 ◦ green 162 ◦ blue 18

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

Shades of Buddha Gold #B8A212

Tints of Buddha Gold #B8A212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.95%

R = 50.55%
G = 44.51%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B8A212 (or 0xB8A212) is known color: Buddha Gold. HEX triplet: B8, A2 and 12. RGB value is (184,162,18). Sum of RGB (Red+Green+Blue) = 184+162+18=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A212 is #475DED. Grayscale: #989898. Windows color (decimal): -4677102 or 1221304. OLE color: 1221304.

HSL color Cylindrical-coordinate representation of color #B8A212: hue angle of 52.05º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8A212 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 162 18 -
CMYK 0 0.12 0.90 0.28
HSL 52.05º 0.82% 0.4% -
HSV(B) 52.05º 0.9% 0.72% -
XYZ 32.8 36.07 5.81 -
YUV 152.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 184 162 18 0 0.12 0.90 0.28 52.05 0.82 0.4
Hex B8 A2 12 0 C 5A 1C 34 52 28
Octal 270 242 22 0 14 132 34 64 122 50
Binary 10111000 10100010 10010 0 1100 1011010 11100 110100 1010010 101000

Color Harmonies of #B8A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A212

Black with #B8A212

Text Example


Text Example

White with #B8A212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A212; }

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

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

background-color css

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

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

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

border-color css

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

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

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