Html Css Color HEX #B6A118 Buddha Gold

📋 copy color: '#B6A118'

red 182 ◦ green 161 ◦ blue 24

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

Shades of Buddha Gold #B6A118

Tints of Buddha Gold #B6A118

RGB

 RED value IS 182 (71.48% from 255) = 49.59%

 GREEN value IS 161 (63.28% from 255) = 43.87%

 BLUE value IS 24 (9.77% from 255) = 6.54%

R = 49.59%
G = 43.87%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B6A118 (or 0xB6A118) is known color: Buddha Gold. HEX triplet: B6, A1 and 18. RGB value is (182,161,24). Sum of RGB (Red+Green+Blue) = 182+161+24=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A118 is #495EE7. Grayscale: #989898. Windows color (decimal): -4808424 or 1614262. OLE color: 1614262.

HSL color Cylindrical-coordinate representation of color #B6A118: hue angle of 52.03º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6A118 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 161 24 -
CMYK 0 0.12 0.87 0.29
HSL 52.03º 0.77% 0.4% -
HSV(B) 52.03º 0.87% 0.71% -
XYZ 32.2 35.5 6.02 -
YUV 151.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 182 161 24 0 0.12 0.87 0.29 52.03 0.77 0.4
Hex B6 A1 18 0 C 57 1D 34 4D 28
Octal 266 241 30 0 14 127 35 64 115 50
Binary 10110110 10100001 11000 0 1100 1010111 11101 110100 1001101 101000

Color Harmonies of #B6A118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A118

Black with #B6A118

Text Example


Text Example

White with #B6A118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A118; }

 p { color: rgb(182,161,24); }

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

background-color css

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

 a { background-color: rgb(182,161,24); }

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

border-color css

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

 span { border-color: rgb(182,161,24); }

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