Html Css Color HEX #B6A400 Buddha Gold

📋 copy color: '#B6A400'

red 182 ◦ green 164 ◦ blue 0

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

Shades of Buddha Gold #B6A400

Tints of Buddha Gold #B6A400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.6%
G = 47.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B6A400 (or 0xB6A400) is known color: Buddha Gold. HEX triplet: B6, A4 and 00. RGB value is (182,164,0). Sum of RGB (Red+Green+Blue) = 182+164+0=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A400 is #495BFF. Grayscale: #979797. Windows color (decimal): -4807680 or 42166. OLE color: 42166.

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

Color convert

RGB 182 164 0 -
CMYK 0 0.10 1 0.29
HSL 54.07º 1% 0.36% -
HSV(B) 54.07º 1% 0.71% -
XYZ 32.57 36.5 5.33 -
YUV 150.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 182 164 0 0 0.10 1 0.29 54.07 1 0.36
Hex B6 A4 0 0 A 64 1D 36 64 24
Octal 266 244 0 0 12 144 35 66 144 44
Binary 10110110 10100100 0 0 1010 1100100 11101 110110 1100100 100100

Color Harmonies of #B6A400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A400

Black with #B6A400

Text Example


Text Example

White with #B6A400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A400; }

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

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

background-color css

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

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

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

border-color css

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

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

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