Html Css Color HEX #B59410 Buddha Gold

📋 copy color: '#B59410'

red 181 ◦ green 148 ◦ blue 16

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

Shades of Buddha Gold #B59410

Tints of Buddha Gold #B59410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

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

R = 52.46%
G = 42.9%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B59410 (or 0xB59410) is known color: Buddha Gold. HEX triplet: B5, 94 and 10. RGB value is (181,148,16). Sum of RGB (Red+Green+Blue) = 181+148+16=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B59410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59410 is #4A6BEF. Grayscale: #8F8F8F. Windows color (decimal): -4877296 or 1086645. OLE color: 1086645.

HSL color Cylindrical-coordinate representation of color #B59410: hue angle of 48º 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 #B59410 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 16 -
CMYK 0 0.18 0.91 0.29
HSL 48º 0.84% 0.39% -
HSV(B) 48º 0.91% 0.71% -
XYZ 29.74 31.04 4.91 -
YUV 142.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 181 148 16 0 0.18 0.91 0.29 48 0.84 0.39
Hex B5 94 10 0 12 5B 1D 30 54 27
Octal 265 224 20 0 22 133 35 60 124 47
Binary 10110101 10010100 10000 0 10010 1011011 11101 110000 1010100 100111

Color Harmonies of #B59410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59410

Black with #B59410

Text Example


Text Example

White with #B59410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59410; }

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

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

background-color css

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

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

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

border-color css

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

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

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