Html Css Color HEX #B8A412 Buddha Gold

📋 copy color: '#B8A412'

red 184 ◦ green 164 ◦ blue 18

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

Shades of Buddha Gold #B8A412

Tints of Buddha Gold #B8A412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.81%

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

R = 50.27%
G = 44.81%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B8A412 (or 0xB8A412) is known color: Buddha Gold. HEX triplet: B8, A4 and 12. RGB value is (184,164,18). Sum of RGB (Red+Green+Blue) = 184+164+18=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A412 is #475BED. Grayscale: #999999. Windows color (decimal): -4676590 or 1221816. OLE color: 1221816.

HSL color Cylindrical-coordinate representation of color #B8A412: hue angle of 52.77º 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 #B8A412 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 164 18 -
CMYK 0 0.11 0.90 0.28
HSL 52.77º 0.82% 0.4% -
HSV(B) 52.77º 0.9% 0.72% -
XYZ 33.15 36.78 5.93 -
YUV 153.34 51.63 149.87 -
System Red Green Blue C M Y K H S L
Decimal 184 164 18 0 0.11 0.90 0.28 52.77 0.82 0.4
Hex B8 A4 12 0 B 5A 1C 35 52 28
Octal 270 244 22 0 13 132 34 65 122 50
Binary 10111000 10100100 10010 0 1011 1011010 11100 110101 1010010 101000

Color Harmonies of #B8A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A412

Black with #B8A412

Text Example


Text Example

White with #B8A412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A412; }

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

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

background-color css

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

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

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

border-color css

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

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

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