Html Css Color HEX #B49711 Buddha Gold

📋 copy color: '#B49711'

red 180 ◦ green 151 ◦ blue 17

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

Shades of Buddha Gold #B49711

Tints of Buddha Gold #B49711

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.39%

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

R = 51.72%
G = 43.39%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49711 (or 0xB49711) is known color: Buddha Gold. HEX triplet: B4, 97 and 11. RGB value is (180,151,17). Sum of RGB (Red+Green+Blue) = 180+151+17=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B49711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49711 is #4B68EE. Grayscale: #909090. Windows color (decimal): -4942063 or 1152948. OLE color: 1152948.

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

Color convert

RGB 180 151 17 -
CMYK 0 0.16 0.91 0.29
HSL 49.33º 0.83% 0.39% -
HSV(B) 49.33º 0.91% 0.71% -
XYZ 29.99 31.88 5.1 -
YUV 144.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 180 151 17 0 0.16 0.91 0.29 49.33 0.83 0.39
Hex B4 97 11 0 10 5B 1D 31 53 27
Octal 264 227 21 0 20 133 35 61 123 47
Binary 10110100 10010111 10001 0 10000 1011011 11101 110001 1010011 100111

Color Harmonies of #B49711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49711

Black with #B49711

Text Example


Text Example

White with #B49711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49711; }

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

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

background-color css

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

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

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

border-color css

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

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

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