Html Css Color HEX #B49417 Buddha Gold

📋 copy color: '#B49417'

red 180 ◦ green 148 ◦ blue 23

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

Shades of Buddha Gold #B49417

Tints of Buddha Gold #B49417

RGB

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

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

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

R = 51.28%
G = 42.17%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B49417 (or 0xB49417) is known color: Buddha Gold. HEX triplet: B4, 94 and 17. RGB value is (180,148,23). Sum of RGB (Red+Green+Blue) = 180+148+23=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B49417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49417 is #4B6BE8. Grayscale: #8F8F8F. Windows color (decimal): -4942825 or 1545396. OLE color: 1545396.

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

Color convert

RGB 180 148 23 -
CMYK 0 0.18 0.87 0.29
HSL 47.77º 0.77% 0.4% -
HSV(B) 47.77º 0.87% 0.71% -
XYZ 29.57 30.94 5.23 -
YUV 143.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 180 148 23 0 0.18 0.87 0.29 47.77 0.77 0.4
Hex B4 94 17 0 12 57 1D 30 4D 28
Octal 264 224 27 0 22 127 35 60 115 50
Binary 10110100 10010100 10111 0 10010 1010111 11101 110000 1001101 101000

Color Harmonies of #B49417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49417

Black with #B49417

Text Example


Text Example

White with #B49417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49417; }

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

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

background-color css

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

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

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

border-color css

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

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

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