Html Css Color HEX #B49A10 Buddha Gold

📋 copy color: '#B49A10'

red 180 ◦ green 154 ◦ blue 16

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

Shades of Buddha Gold #B49A10

Tints of Buddha Gold #B49A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 51.43%
G = 44%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49A10 (or 0xB49A10) is known color: Buddha Gold. HEX triplet: B4, 9A and 10. RGB value is (180,154,16). Sum of RGB (Red+Green+Blue) = 180+154+16=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49A10 is #4B65EF. Grayscale: #929292. Windows color (decimal): -4941296 or 1088180. OLE color: 1088180.

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

Color convert

RGB 180 154 16 -
CMYK 0 0.14 0.91 0.29
HSL 50.49º 0.84% 0.38% -
HSV(B) 50.49º 0.91% 0.71% -
XYZ 30.47 32.85 5.23 -
YUV 146.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 180 154 16 0 0.14 0.91 0.29 50.49 0.84 0.38
Hex B4 9A 10 0 E 5B 1D 32 54 26
Octal 264 232 20 0 16 133 35 62 124 46
Binary 10110100 10011010 10000 0 1110 1011011 11101 110010 1010100 100110

Color Harmonies of #B49A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A10

Black with #B49A10

Text Example


Text Example

White with #B49A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A10; }

 p { color: rgb(180,154,16); }

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

background-color css

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

 a { background-color: rgb(180,154,16); }

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

border-color css

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

 span { border-color: rgb(180,154,16); }

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