Html Css Color HEX #B49C19 Buddha Gold

📋 copy color: '#B49C19'

red 180 ◦ green 156 ◦ blue 25

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

Shades of Buddha Gold #B49C19

Tints of Buddha Gold #B49C19

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.21%

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 49.86%
G = 43.21%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B49C19 (or 0xB49C19) is known color: Buddha Gold. HEX triplet: B4, 9C and 19. RGB value is (180,156,25). Sum of RGB (Red+Green+Blue) = 180+156+25=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49C19 is #4B63E6. Grayscale: #949494. Windows color (decimal): -4940775 or 1678516. OLE color: 1678516.

HSL color Cylindrical-coordinate representation of color #B49C19: hue angle of 50.71º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B49C19 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 156 25 -
CMYK 0 0.13 0.86 0.29
HSL 50.71º 0.76% 0.4% -
HSV(B) 50.71º 0.86% 0.71% -
XYZ 30.89 33.55 5.77 -
YUV 148.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 180 156 25 0 0.13 0.86 0.29 50.71 0.76 0.4
Hex B4 9C 19 0 D 56 1D 33 4C 28
Octal 264 234 31 0 15 126 35 63 114 50
Binary 10110100 10011100 11001 0 1101 1010110 11101 110011 1001100 101000

Color Harmonies of #B49C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C19

Black with #B49C19

Text Example


Text Example

White with #B49C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C19; }

 p { color: rgb(180,156,25); }

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

background-color css

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

 a { background-color: rgb(180,156,25); }

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

border-color css

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

 span { border-color: rgb(180,156,25); }

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