Html Css Color HEX #B69516 Buddha Gold

📋 copy color: '#B69516'

red 182 ◦ green 149 ◦ blue 22

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

Shades of Buddha Gold #B69516

Tints of Buddha Gold #B69516

RGB

 RED value IS 182 (71.48% from 255) = 51.56%

 GREEN value IS 149 (58.59% from 255) = 42.21%

 BLUE value IS 22 (8.98% from 255) = 6.23%

R = 51.56%
G = 42.21%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B69516 (or 0xB69516) is known color: Buddha Gold. HEX triplet: B6, 95 and 16. RGB value is (182,149,22). Sum of RGB (Red+Green+Blue) = 182+149+22=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B69516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69516 is #496AE9. Grayscale: #909090. Windows color (decimal): -4811498 or 1480118. OLE color: 1480118.

HSL color Cylindrical-coordinate representation of color #B69516: hue angle of 47.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B69516 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 22 -
CMYK 0 0.18 0.88 0.29
HSL 47.63º 0.78% 0.4% -
HSV(B) 47.63º 0.88% 0.71% -
XYZ 30.18 31.5 5.25 -
YUV 144.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 182 149 22 0 0.18 0.88 0.29 47.63 0.78 0.4
Hex B6 95 16 0 12 58 1D 30 4E 28
Octal 266 225 26 0 22 130 35 60 116 50
Binary 10110110 10010101 10110 0 10010 1011000 11101 110000 1001110 101000

Color Harmonies of #B69516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69516

Black with #B69516

Text Example


Text Example

White with #B69516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69516; }

 p { color: rgb(182,149,22); }

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

background-color css

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

 a { background-color: rgb(182,149,22); }

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

border-color css

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

 span { border-color: rgb(182,149,22); }

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