Html Css Color HEX #B8A213 Buddha Gold

📋 copy color: '#B8A213'

red 184 ◦ green 162 ◦ blue 19

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

Shades of Buddha Gold #B8A213

Tints of Buddha Gold #B8A213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.21%

R = 50.41%
G = 44.38%
B = 5.21%

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

#B8A213 (or 0xB8A213) is known color: Buddha Gold. HEX triplet: B8, A2 and 13. RGB value is (184,162,19). Sum of RGB (Red+Green+Blue) = 184+162+19=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A213 is #475DEC. Grayscale: #989898. Windows color (decimal): -4677101 or 1286840. OLE color: 1286840.

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

Color convert

RGB 184 162 19 -
CMYK 0 0.12 0.90 0.28
HSL 52º 0.81% 0.4% -
HSV(B) 52º 0.9% 0.72% -
XYZ 32.81 36.08 5.85 -
YUV 152.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 184 162 19 0 0.12 0.90 0.28 52 0.81 0.4
Hex B8 A2 13 0 C 5A 1C 34 51 28
Octal 270 242 23 0 14 132 34 64 121 50
Binary 10111000 10100010 10011 0 1100 1011010 11100 110100 1010001 101000

Color Harmonies of #B8A213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A213

Black with #B8A213

Text Example


Text Example

White with #B8A213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A213; }

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

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

background-color css

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

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

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

border-color css

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

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

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