Html Css Color HEX #B6A412 Buddha Gold

📋 copy color: '#B6A412'

red 182 ◦ green 164 ◦ blue 18

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

Shades of Buddha Gold #B6A412

Tints of Buddha Gold #B6A412

RGB

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

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

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

R = 50%
G = 45.05%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B6A412 (or 0xB6A412) is known color: Buddha Gold. HEX triplet: B6, A4 and 12. RGB value is (182,164,18). Sum of RGB (Red+Green+Blue) = 182+164+18=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A412 is #495BED. Grayscale: #999999. Windows color (decimal): -4807662 or 1221814. OLE color: 1221814.

HSL color Cylindrical-coordinate representation of color #B6A412: hue angle of 53.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6A412 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 18 -
CMYK 0 0.10 0.90 0.29
HSL 53.41º 0.82% 0.39% -
HSV(B) 53.41º 0.9% 0.71% -
XYZ 32.68 36.54 5.9 -
YUV 152.74 51.96 148.87 -
System Red Green Blue C M Y K H S L
Decimal 182 164 18 0 0.10 0.90 0.29 53.41 0.82 0.39
Hex B6 A4 12 0 A 5A 1D 35 52 27
Octal 266 244 22 0 12 132 35 65 122 47
Binary 10110110 10100100 10010 0 1010 1011010 11101 110101 1010010 100111

Color Harmonies of #B6A412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A412

Black with #B6A412

Text Example


Text Example

White with #B6A412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A412; }

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

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

background-color css

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

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

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

border-color css

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

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

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