Html Css Color HEX #B49117 Buddha Gold

📋 copy color: '#B49117'

red 180 ◦ green 145 ◦ blue 23

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

Shades of Buddha Gold #B49117

Tints of Buddha Gold #B49117

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

 BLUE value IS 23 (9.38% from 255) = 6.61%

R = 51.72%
G = 41.67%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B49117 (or 0xB49117) is known color: Buddha Gold. HEX triplet: B4, 91 and 17. RGB value is (180,145,23). Sum of RGB (Red+Green+Blue) = 180+145+23=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B49117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49117 is #4B6EE8. Grayscale: #8E8E8E. Windows color (decimal): -4943593 or 1544628. OLE color: 1544628.

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

Color convert

RGB 180 145 23 -
CMYK 0 0.19 0.87 0.29
HSL 46.62º 0.77% 0.4% -
HSV(B) 46.62º 0.87% 0.71% -
XYZ 29.1 30.02 5.07 -
YUV 141.56 61.1 155.42 -
System Red Green Blue C M Y K H S L
Decimal 180 145 23 0 0.19 0.87 0.29 46.62 0.77 0.4
Hex B4 91 17 0 13 57 1D 2F 4D 28
Octal 264 221 27 0 23 127 35 57 115 50
Binary 10110100 10010001 10111 0 10011 1010111 11101 101111 1001101 101000

Color Harmonies of #B49117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49117

Black with #B49117

Text Example


Text Example

White with #B49117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49117; }

 p { color: rgb(180,145,23); }

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

background-color css

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

 a { background-color: rgb(180,145,23); }

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

border-color css

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

 span { border-color: rgb(180,145,23); }

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