Html Css Color HEX #B29119 Buddha Gold

📋 copy color: '#B29119'

red 178 ◦ green 145 ◦ blue 25

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

Shades of Buddha Gold #B29119

Tints of Buddha Gold #B29119

RGB

 RED value IS 178 (69.92% from 255) = 51.15%

 GREEN value IS 145 (57.03% from 255) = 41.67%

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

R = 51.15%
G = 41.67%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B29119 (or 0xB29119) is known color: Buddha Gold. HEX triplet: B2, 91 and 19. RGB value is (178,145,25). Sum of RGB (Red+Green+Blue) = 178+145+25=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B29119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29119 is #4D6EE6. Grayscale: #8D8D8D. Windows color (decimal): -5074663 or 1675698. OLE color: 1675698.

HSL color Cylindrical-coordinate representation of color #B29119: hue angle of 47.06º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B29119 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 145 25 -
CMYK 0 0.19 0.86 0.30
HSL 47.06º 0.75% 0.4% -
HSV(B) 47.06º 0.86% 0.7% -
XYZ 28.66 29.79 5.16 -
YUV 141.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 178 145 25 0 0.19 0.86 0.30 47.06 0.75 0.4
Hex B2 91 19 0 13 56 1E 2F 4B 28
Octal 262 221 31 0 23 126 36 57 113 50
Binary 10110010 10010001 11001 0 10011 1010110 11110 101111 1001011 101000

Color Harmonies of #B29119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29119

Black with #B29119

Text Example


Text Example

White with #B29119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29119; }

 p { color: rgb(178,145,25); }

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

background-color css

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

 a { background-color: rgb(178,145,25); }

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

border-color css

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

 span { border-color: rgb(178,145,25); }

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