Html Css Color HEX #B29114 Buddha Gold

📋 copy color: '#B29114'

red 178 ◦ green 145 ◦ blue 20

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

Shades of Buddha Gold #B29114

Tints of Buddha Gold #B29114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 51.9%
G = 42.27%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29114 (or 0xB29114) is known color: Buddha Gold. HEX triplet: B2, 91 and 14. RGB value is (178,145,20). Sum of RGB (Red+Green+Blue) = 178+145+20=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B29114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29114 is #4D6EEB. Grayscale: #8D8D8D. Windows color (decimal): -5074668 or 1348018. OLE color: 1348018.

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

Color convert

RGB 178 145 20 -
CMYK 0 0.19 0.89 0.30
HSL 47.47º 0.8% 0.39% -
HSV(B) 47.47º 0.89% 0.7% -
XYZ 28.61 29.77 4.9 -
YUV 140.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 178 145 20 0 0.19 0.89 0.30 47.47 0.8 0.39
Hex B2 91 14 0 13 59 1E 2F 50 27
Octal 262 221 24 0 23 131 36 57 120 47
Binary 10110010 10010001 10100 0 10011 1011001 11110 101111 1010000 100111

Color Harmonies of #B29114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29114

Black with #B29114

Text Example


Text Example

White with #B29114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29114; }

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

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

background-color css

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

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

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

border-color css

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

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

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