Html Css Color HEX #B49911 Buddha Gold

📋 copy color: '#B49911'

red 180 ◦ green 153 ◦ blue 17

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

Shades of Buddha Gold #B49911

Tints of Buddha Gold #B49911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 51.43%
G = 43.71%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49911 (or 0xB49911) is known color: Buddha Gold. HEX triplet: B4, 99 and 11. RGB value is (180,153,17). Sum of RGB (Red+Green+Blue) = 180+153+17=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B49911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49911 is #4B66EE. Grayscale: #929292. Windows color (decimal): -4941551 or 1153460. OLE color: 1153460.

HSL color Cylindrical-coordinate representation of color #B49911: hue angle of 50.06º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B49911 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 17 -
CMYK 0 0.15 0.91 0.29
HSL 50.06º 0.83% 0.39% -
HSV(B) 50.06º 0.91% 0.71% -
XYZ 30.31 32.53 5.21 -
YUV 145.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 180 153 17 0 0.15 0.91 0.29 50.06 0.83 0.39
Hex B4 99 11 0 F 5B 1D 32 53 27
Octal 264 231 21 0 17 133 35 62 123 47
Binary 10110100 10011001 10001 0 1111 1011011 11101 110010 1010011 100111

Color Harmonies of #B49911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49911

Black with #B49911

Text Example


Text Example

White with #B49911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49911; }

 p { color: rgb(180,153,17); }

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

background-color css

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

 a { background-color: rgb(180,153,17); }

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

border-color css

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

 span { border-color: rgb(180,153,17); }

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