Html Css Color HEX #B59512 Buddha Gold

📋 copy color: '#B59512'

red 181 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #B59512

Tints of Buddha Gold #B59512

RGB

 RED value IS 181 (71.09% from 255) = 52.01%

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

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 52.01%
G = 42.82%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B59512 (or 0xB59512) is known color: Buddha Gold. HEX triplet: B5, 95 and 12. RGB value is (181,149,18). Sum of RGB (Red+Green+Blue) = 181+149+18=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B59512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59512 is #4A6AED. Grayscale: #909090. Windows color (decimal): -4877038 or 1217973. OLE color: 1217973.

HSL color Cylindrical-coordinate representation of color #B59512: hue angle of 48.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B59512 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 18 -
CMYK 0 0.18 0.90 0.29
HSL 48.22º 0.82% 0.39% -
HSV(B) 48.22º 0.9% 0.71% -
XYZ 29.91 31.36 5.05 -
YUV 143.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 181 149 18 0 0.18 0.90 0.29 48.22 0.82 0.39
Hex B5 95 12 0 12 5A 1D 30 52 27
Octal 265 225 22 0 22 132 35 60 122 47
Binary 10110101 10010101 10010 0 10010 1011010 11101 110000 1010010 100111

Color Harmonies of #B59512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59512

Black with #B59512

Text Example


Text Example

White with #B59512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59512; }

 p { color: rgb(181,149,18); }

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

background-color css

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

 a { background-color: rgb(181,149,18); }

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

border-color css

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

 span { border-color: rgb(181,149,18); }

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