Html Css Color HEX #B49B14 Buddha Gold

📋 copy color: '#B49B14'

red 180 ◦ green 155 ◦ blue 20

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

Shades of Buddha Gold #B49B14

Tints of Buddha Gold #B49B14

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.66%

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 50.7%
G = 43.66%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B49B14 (or 0xB49B14) is known color: Buddha Gold. HEX triplet: B4, 9B and 14. RGB value is (180,155,20). Sum of RGB (Red+Green+Blue) = 180+155+20=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49B14 is #4B64EB. Grayscale: #939393. Windows color (decimal): -4941036 or 1350580. OLE color: 1350580.

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

Color convert

RGB 180 155 20 -
CMYK 0 0.14 0.89 0.29
HSL 50.63º 0.8% 0.39% -
HSV(B) 50.63º 0.89% 0.71% -
XYZ 30.67 33.2 5.45 -
YUV 147.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 180 155 20 0 0.14 0.89 0.29 50.63 0.8 0.39
Hex B4 9B 14 0 E 59 1D 33 50 27
Octal 264 233 24 0 16 131 35 63 120 47
Binary 10110100 10011011 10100 0 1110 1011001 11101 110011 1010000 100111

Color Harmonies of #B49B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B14

Black with #B49B14

Text Example


Text Example

White with #B49B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B14; }

 p { color: rgb(180,155,20); }

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

background-color css

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

 a { background-color: rgb(180,155,20); }

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

border-color css

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

 span { border-color: rgb(180,155,20); }

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