Html Css Color HEX #B29113 Buddha Gold

📋 copy color: '#B29113'

red 178 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #B29113

Tints of Buddha Gold #B29113

RGB

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

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

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

R = 52.05%
G = 42.4%
B = 5.56%

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

#B29113 (or 0xB29113) is known color: Buddha Gold. HEX triplet: B2, 91 and 13. RGB value is (178,145,19). Sum of RGB (Red+Green+Blue) = 178+145+19=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B29113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29113 is #4D6EEC. Grayscale: #8D8D8D. Windows color (decimal): -5074669 or 1282482. OLE color: 1282482.

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

Color convert

RGB 178 145 19 -
CMYK 0 0.19 0.89 0.30
HSL 47.55º 0.81% 0.39% -
HSV(B) 47.55º 0.89% 0.7% -
XYZ 28.6 29.76 4.85 -
YUV 140.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 178 145 19 0 0.19 0.89 0.30 47.55 0.81 0.39
Hex B2 91 13 0 13 59 1E 30 51 27
Octal 262 221 23 0 23 131 36 60 121 47
Binary 10110010 10010001 10011 0 10011 1011001 11110 110000 1010001 100111

Color Harmonies of #B29113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29113

Black with #B29113

Text Example


Text Example

White with #B29113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29113; }

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

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

background-color css

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

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

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

border-color css

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

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

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