Html Css Color HEX #B6A404 Buddha Gold

📋 copy color: '#B6A404'

red 182 ◦ green 164 ◦ blue 4

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

Shades of Buddha Gold #B6A404

Tints of Buddha Gold #B6A404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 52%
G = 46.86%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B6A404 (or 0xB6A404) is known color: Buddha Gold. HEX triplet: B6, A4 and 04. RGB value is (182,164,4). Sum of RGB (Red+Green+Blue) = 182+164+4=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A404 is #495BFB. Grayscale: #979797. Windows color (decimal): -4807676 or 304310. OLE color: 304310.

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

Color convert

RGB 182 164 4 -
CMYK 0 0.10 0.98 0.29
HSL 53.93º 0.96% 0.36% -
HSV(B) 53.93º 0.98% 0.71% -
XYZ 32.59 36.5 5.44 -
YUV 151.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 182 164 4 0 0.10 0.98 0.29 53.93 0.96 0.36
Hex B6 A4 4 0 A 62 1D 36 60 24
Octal 266 244 4 0 12 142 35 66 140 44
Binary 10110110 10100100 100 0 1010 1100010 11101 110110 1100000 100100

Color Harmonies of #B6A404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A404

Black with #B6A404

Text Example


Text Example

White with #B6A404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A404; }

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

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

background-color css

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

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

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

border-color css

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

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

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