Html Css Color HEX #B6A013 Buddha Gold

📋 copy color: '#B6A013'

red 182 ◦ green 160 ◦ blue 19

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

Shades of Buddha Gold #B6A013

Tints of Buddha Gold #B6A013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.32%

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

R = 50.42%
G = 44.32%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B6A013 (or 0xB6A013) is known color: Buddha Gold. HEX triplet: B6, A0 and 13. RGB value is (182,160,19). Sum of RGB (Red+Green+Blue) = 182+160+19=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A013 is #495FEC. Grayscale: #979797. Windows color (decimal): -4808685 or 1286326. OLE color: 1286326.

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

Color convert

RGB 182 160 19 -
CMYK 0 0.12 0.90 0.29
HSL 51.9º 0.81% 0.39% -
HSV(B) 51.9º 0.9% 0.71% -
XYZ 31.98 35.13 5.71 -
YUV 150.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 182 160 19 0 0.12 0.90 0.29 51.9 0.81 0.39
Hex B6 A0 13 0 C 5A 1D 34 51 27
Octal 266 240 23 0 14 132 35 64 121 47
Binary 10110110 10100000 10011 0 1100 1011010 11101 110100 1010001 100111

Color Harmonies of #B6A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A013

Black with #B6A013

Text Example


Text Example

White with #B6A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A013; }

 p { color: rgb(182,160,19); }

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

background-color css

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

 a { background-color: rgb(182,160,19); }

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

border-color css

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

 span { border-color: rgb(182,160,19); }

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