Html Css Color HEX #B49A16 Buddha Gold

📋 copy color: '#B49A16'

red 180 ◦ green 154 ◦ blue 22

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

Shades of Buddha Gold #B49A16

Tints of Buddha Gold #B49A16

RGB

 RED value IS 180 (70.7% from 255) = 50.56%

 GREEN value IS 154 (60.55% from 255) = 43.26%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 50.56%
G = 43.26%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B49A16 (or 0xB49A16) is known color: Buddha Gold. HEX triplet: B4, 9A and 16. RGB value is (180,154,22). Sum of RGB (Red+Green+Blue) = 180+154+22=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49A16 is #4B65E9. Grayscale: #939393. Windows color (decimal): -4941290 or 1481396. OLE color: 1481396.

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

Color convert

RGB 180 154 22 -
CMYK 0 0.14 0.88 0.29
HSL 50.13º 0.78% 0.4% -
HSV(B) 50.13º 0.88% 0.71% -
XYZ 30.52 32.87 5.5 -
YUV 146.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 180 154 22 0 0.14 0.88 0.29 50.13 0.78 0.4
Hex B4 9A 16 0 E 58 1D 32 4E 28
Octal 264 232 26 0 16 130 35 62 116 50
Binary 10110100 10011010 10110 0 1110 1011000 11101 110010 1001110 101000

Color Harmonies of #B49A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A16

Black with #B49A16

Text Example


Text Example

White with #B49A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A16; }

 p { color: rgb(180,154,22); }

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

background-color css

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

 a { background-color: rgb(180,154,22); }

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

border-color css

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

 span { border-color: rgb(180,154,22); }

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