Html Css Color HEX #B59C10 Buddha Gold

📋 copy color: '#B59C10'

red 181 ◦ green 156 ◦ blue 16

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

Shades of Buddha Gold #B59C10

Tints of Buddha Gold #B59C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.19%

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 51.27%
G = 44.19%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B59C10 (or 0xB59C10) is known color: Buddha Gold. HEX triplet: B5, 9C and 10. RGB value is (181,156,16). Sum of RGB (Red+Green+Blue) = 181+156+16=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59C10 is #4A63EF. Grayscale: #949494. Windows color (decimal): -4875248 or 1088693. OLE color: 1088693.

HSL color Cylindrical-coordinate representation of color #B59C10: hue angle of 50.91º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B59C10 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 156 16 -
CMYK 0 0.14 0.91 0.29
HSL 50.91º 0.84% 0.39% -
HSV(B) 50.91º 0.91% 0.71% -
XYZ 31.04 33.64 5.35 -
YUV 147.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 181 156 16 0 0.14 0.91 0.29 50.91 0.84 0.39
Hex B5 9C 10 0 E 5B 1D 33 54 27
Octal 265 234 20 0 16 133 35 63 124 47
Binary 10110101 10011100 10000 0 1110 1011011 11101 110011 1010100 100111

Color Harmonies of #B59C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C10

Black with #B59C10

Text Example


Text Example

White with #B59C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C10; }

 p { color: rgb(181,156,16); }

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

background-color css

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

 a { background-color: rgb(181,156,16); }

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

border-color css

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

 span { border-color: rgb(181,156,16); }

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