Html Css Color HEX #B49416 Buddha Gold

📋 copy color: '#B49416'

red 180 ◦ green 148 ◦ blue 22

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

Shades of Buddha Gold #B49416

Tints of Buddha Gold #B49416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 51.43%
G = 42.29%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B49416 (or 0xB49416) is known color: Buddha Gold. HEX triplet: B4, 94 and 16. RGB value is (180,148,22). Sum of RGB (Red+Green+Blue) = 180+148+22=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B49416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49416 is #4B6BE9. Grayscale: #8F8F8F. Windows color (decimal): -4942826 or 1479860. OLE color: 1479860.

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

Color convert

RGB 180 148 22 -
CMYK 0 0.18 0.88 0.29
HSL 47.85º 0.78% 0.4% -
HSV(B) 47.85º 0.88% 0.71% -
XYZ 29.56 30.94 5.17 -
YUV 143.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 180 148 22 0 0.18 0.88 0.29 47.85 0.78 0.4
Hex B4 94 16 0 12 58 1D 30 4E 28
Octal 264 224 26 0 22 130 35 60 116 50
Binary 10110100 10010100 10110 0 10010 1011000 11101 110000 1001110 101000

Color Harmonies of #B49416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49416

Black with #B49416

Text Example


Text Example

White with #B49416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49416; }

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

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

background-color css

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

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

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

border-color css

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

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

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