Html Css Color HEX #B6A314 Buddha Gold

📋 copy color: '#B6A314'

red 182 ◦ green 163 ◦ blue 20

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

Shades of Buddha Gold #B6A314

Tints of Buddha Gold #B6A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.66%

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 49.86%
G = 44.66%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B6A314 (or 0xB6A314) is known color: Buddha Gold. HEX triplet: B6, A3 and 14. RGB value is (182,163,20). Sum of RGB (Red+Green+Blue) = 182+163+20=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A314 is #495CEB. Grayscale: #989898. Windows color (decimal): -4807916 or 1352630. OLE color: 1352630.

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

Color convert

RGB 182 163 20 -
CMYK 0 0.10 0.89 0.29
HSL 52.96º 0.8% 0.4% -
HSV(B) 52.96º 0.89% 0.71% -
XYZ 32.51 36.19 5.93 -
YUV 152.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 182 163 20 0 0.10 0.89 0.29 52.96 0.8 0.4
Hex B6 A3 14 0 A 59 1D 35 50 28
Octal 266 243 24 0 12 131 35 65 120 50
Binary 10110110 10100011 10100 0 1010 1011001 11101 110101 1010000 101000

Color Harmonies of #B6A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A314

Black with #B6A314

Text Example


Text Example

White with #B6A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A314; }

 p { color: rgb(182,163,20); }

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

background-color css

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

 a { background-color: rgb(182,163,20); }

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

border-color css

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

 span { border-color: rgb(182,163,20); }

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