Html Css Color HEX #B29019 Buddha Gold

📋 copy color: '#B29019'

red 178 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #B29019

Tints of Buddha Gold #B29019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 51.3%
G = 41.5%
B = 7.2%

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

#B29019 (or 0xB29019) is known color: Buddha Gold. HEX triplet: B2, 90 and 19. RGB value is (178,144,25). Sum of RGB (Red+Green+Blue) = 178+144+25=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B29019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29019 is #4D6FE6. Grayscale: #8D8D8D. Windows color (decimal): -5074919 or 1675442. OLE color: 1675442.

HSL color Cylindrical-coordinate representation of color #B29019: hue angle of 46.67º 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 #B29019 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 25 -
CMYK 0 0.19 0.86 0.30
HSL 46.67º 0.75% 0.4% -
HSV(B) 46.67º 0.86% 0.7% -
XYZ 28.51 29.48 5.11 -
YUV 140.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 178 144 25 0 0.19 0.86 0.30 46.67 0.75 0.4
Hex B2 90 19 0 13 56 1E 2F 4B 28
Octal 262 220 31 0 23 126 36 57 113 50
Binary 10110010 10010000 11001 0 10011 1010110 11110 101111 1001011 101000

Color Harmonies of #B29019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29019

Black with #B29019

Text Example


Text Example

White with #B29019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29019; }

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

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

background-color css

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

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

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

border-color css

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

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

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