Html Css Color HEX #B49212 Buddha Gold

📋 copy color: '#B49212'

red 180 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #B49212

Tints of Buddha Gold #B49212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 52.33%
G = 42.44%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B49212 (or 0xB49212) is known color: Buddha Gold. HEX triplet: B4, 92 and 12. RGB value is (180,146,18). Sum of RGB (Red+Green+Blue) = 180+146+18=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B49212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49212 is #4B6DED. Grayscale: #8E8E8E. Windows color (decimal): -4943342 or 1217204. OLE color: 1217204.

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

Color convert

RGB 180 146 18 -
CMYK 0 0.19 0.9 0.29
HSL 47.41º 0.82% 0.39% -
HSV(B) 47.41º 0.9% 0.71% -
XYZ 29.21 30.3 4.88 -
YUV 141.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 180 146 18 0 0.19 0.9 0.29 47.41 0.82 0.39
Hex B4 92 12 0 13 5A 1D 2F 52 27
Octal 264 222 22 0 23 132 35 57 122 47
Binary 10110100 10010010 10010 0 10011 1011010 11101 101111 1010010 100111

Color Harmonies of #B49212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49212

Black with #B49212

Text Example


Text Example

White with #B49212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49212; }

 p { color: rgb(180,146,18); }

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

background-color css

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

 a { background-color: rgb(180,146,18); }

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

border-color css

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

 span { border-color: rgb(180,146,18); }

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