Html Css Color HEX #B29015 Buddha Gold

📋 copy color: '#B29015'

red 178 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #B29015

Tints of Buddha Gold #B29015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 51.9%
G = 41.98%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B29015 (or 0xB29015) is known color: Buddha Gold. HEX triplet: B2, 90 and 15. RGB value is (178,144,21). Sum of RGB (Red+Green+Blue) = 178+144+21=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B29015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29015 is #4D6FEA. Grayscale: #8C8C8C. Windows color (decimal): -5074923 or 1413298. OLE color: 1413298.

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

Color convert

RGB 178 144 21 -
CMYK 0 0.19 0.88 0.30
HSL 47.01º 0.79% 0.39% -
HSV(B) 47.01º 0.88% 0.7% -
XYZ 28.47 29.47 4.9 -
YUV 140.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 178 144 21 0 0.19 0.88 0.30 47.01 0.79 0.39
Hex B2 90 15 0 13 58 1E 2F 4F 27
Octal 262 220 25 0 23 130 36 57 117 47
Binary 10110010 10010000 10101 0 10011 1011000 11110 101111 1001111 100111

Color Harmonies of #B29015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29015

Black with #B29015

Text Example


Text Example

White with #B29015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29015; }

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

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

background-color css

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

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

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

border-color css

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

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

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