Html Css Color HEX #B6A206 Buddha Gold

📋 copy color: '#B6A206'

red 182 ◦ green 162 ◦ blue 6

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

Shades of Buddha Gold #B6A206

Tints of Buddha Gold #B6A206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.71%

R = 52%
G = 46.29%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B6A206 (or 0xB6A206) is known color: Buddha Gold. HEX triplet: B6, A2 and 06. RGB value is (182,162,6). Sum of RGB (Red+Green+Blue) = 182+162+6=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A206 is #495DF9. Grayscale: #969696. Windows color (decimal): -4808186 or 434870. OLE color: 434870.

HSL color Cylindrical-coordinate representation of color #B6A206: hue angle of 53.18º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B6A206 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 162 6 -
CMYK 0 0.11 0.97 0.29
HSL 53.18º 0.94% 0.37% -
HSV(B) 53.18º 0.97% 0.71% -
XYZ 32.24 35.8 5.38 -
YUV 150.2 46.63 150.68 -
System Red Green Blue C M Y K H S L
Decimal 182 162 6 0 0.11 0.97 0.29 53.18 0.94 0.37
Hex B6 A2 6 0 B 61 1D 35 5E 25
Octal 266 242 6 0 13 141 35 65 136 45
Binary 10110110 10100010 110 0 1011 1100001 11101 110101 1011110 100101

Color Harmonies of #B6A206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A206

Black with #B6A206

Text Example


Text Example

White with #B6A206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A206; }

 p { color: rgb(182,162,6); }

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

background-color css

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

 a { background-color: rgb(182,162,6); }

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

border-color css

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

 span { border-color: rgb(182,162,6); }

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