Html Css Color HEX #B59F0C Buddha Gold

📋 copy color: '#B59F0C'

red 181 ◦ green 159 ◦ blue 12

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

Shades of Buddha Gold #B59F0C

Tints of Buddha Gold #B59F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.17%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 51.42%
G = 45.17%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B59F0C (or 0xB59F0C) is known color: Buddha Gold. HEX triplet: B5, 9F and 0C. RGB value is (181,159,12). Sum of RGB (Red+Green+Blue) = 181+159+12=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59F0C is #4A60F3. Grayscale: #959595. Windows color (decimal): -4874484 or 827317. OLE color: 827317.

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

Color convert

RGB 181 159 12 -
CMYK 0 0.12 0.93 0.29
HSL 52.19º 0.88% 0.38% -
HSV(B) 52.19º 0.93% 0.71% -
XYZ 31.52 34.65 5.37 -
YUV 148.82 50.79 150.95 -
System Red Green Blue C M Y K H S L
Decimal 181 159 12 0 0.12 0.93 0.29 52.19 0.88 0.38
Hex B5 9F C 0 C 5D 1D 34 58 26
Octal 265 237 14 0 14 135 35 64 130 46
Binary 10110101 10011111 1100 0 1100 1011101 11101 110100 1011000 100110

Color Harmonies of #B59F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59F0C

Black with #B59F0C

Text Example


Text Example

White with #B59F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59F0C; }

 p { color: rgb(181,159,12); }

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

background-color css

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

 a { background-color: rgb(181,159,12); }

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

border-color css

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

 span { border-color: rgb(181,159,12); }

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