Html Css Color HEX #B6A60C Buddha Gold

📋 copy color: '#B6A60C'

red 182 ◦ green 166 ◦ blue 12

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

Shades of Buddha Gold #B6A60C

Tints of Buddha Gold #B6A60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.11%

 BLUE value IS 12 (5.08% from 255) = 3.33%

R = 50.56%
G = 46.11%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6A60C (or 0xB6A60C) is known color: Buddha Gold. HEX triplet: B6, A6 and 0C. RGB value is (182,166,12). Sum of RGB (Red+Green+Blue) = 182+166+12=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A60C is #4959F3. Grayscale: #999999. Windows color (decimal): -4807156 or 829110. OLE color: 829110.

HSL color Cylindrical-coordinate representation of color #B6A60C: hue angle of 54.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6A60C is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 166 12 -
CMYK 0 0.09 0.93 0.29
HSL 54.35º 0.88% 0.38% -
HSV(B) 54.35º 0.93% 0.71% -
XYZ 32.99 37.24 5.8 -
YUV 153.23 48.3 148.52 -
System Red Green Blue C M Y K H S L
Decimal 182 166 12 0 0.09 0.93 0.29 54.35 0.88 0.38
Hex B6 A6 C 0 9 5D 1D 36 58 26
Octal 266 246 14 0 11 135 35 66 130 46
Binary 10110110 10100110 1100 0 1001 1011101 11101 110110 1011000 100110

Color Harmonies of #B6A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A60C

Black with #B6A60C

Text Example


Text Example

White with #B6A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A60C; }

 p { color: rgb(182,166,12); }

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

background-color css

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

 a { background-color: rgb(182,166,12); }

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

border-color css

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

 span { border-color: rgb(182,166,12); }

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