Html Css Color HEX #B49813 Buddha Gold

📋 copy color: '#B49813'

red 180 ◦ green 152 ◦ blue 19

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

Shades of Buddha Gold #B49813

Tints of Buddha Gold #B49813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.3%

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 51.28%
G = 43.3%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B49813 (or 0xB49813) is known color: Buddha Gold. HEX triplet: B4, 98 and 13. RGB value is (180,152,19). Sum of RGB (Red+Green+Blue) = 180+152+19=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B49813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49813 is #4B67EC. Grayscale: #919191. Windows color (decimal): -4941805 or 1284276. OLE color: 1284276.

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

Color convert

RGB 180 152 19 -
CMYK 0 0.16 0.89 0.29
HSL 49.57º 0.81% 0.39% -
HSV(B) 49.57º 0.89% 0.71% -
XYZ 30.17 32.21 5.24 -
YUV 145.21 56.78 152.81 -
System Red Green Blue C M Y K H S L
Decimal 180 152 19 0 0.16 0.89 0.29 49.57 0.81 0.39
Hex B4 98 13 0 10 59 1D 32 51 27
Octal 264 230 23 0 20 131 35 62 121 47
Binary 10110100 10011000 10011 0 10000 1011001 11101 110010 1010001 100111

Color Harmonies of #B49813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49813

Black with #B49813

Text Example


Text Example

White with #B49813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49813; }

 p { color: rgb(180,152,19); }

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

background-color css

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

 a { background-color: rgb(180,152,19); }

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

border-color css

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

 span { border-color: rgb(180,152,19); }

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