Html Css Color HEX #B49616 Buddha Gold

📋 copy color: '#B49616'

red 180 ◦ green 150 ◦ blue 22

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

Shades of Buddha Gold #B49616

Tints of Buddha Gold #B49616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

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

R = 51.14%
G = 42.61%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B49616 (or 0xB49616) is known color: Buddha Gold. HEX triplet: B4, 96 and 16. RGB value is (180,150,22). Sum of RGB (Red+Green+Blue) = 180+150+22=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B49616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49616 is #4B69E9. Grayscale: #909090. Windows color (decimal): -4942314 or 1480372. OLE color: 1480372.

HSL color Cylindrical-coordinate representation of color #B49616: hue angle of 48.61º 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 #B49616 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 150 22 -
CMYK 0 0.17 0.88 0.29
HSL 48.61º 0.78% 0.4% -
HSV(B) 48.61º 0.88% 0.71% -
XYZ 29.87 31.57 5.28 -
YUV 144.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 180 150 22 0 0.17 0.88 0.29 48.61 0.78 0.4
Hex B4 96 16 0 11 58 1D 31 4E 28
Octal 264 226 26 0 21 130 35 61 116 50
Binary 10110100 10010110 10110 0 10001 1011000 11101 110001 1001110 101000

Color Harmonies of #B49616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49616

Black with #B49616

Text Example


Text Example

White with #B49616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49616; }

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

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

background-color css

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

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

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

border-color css

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

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

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