Html Css Color HEX #B59E05 Buddha Gold

📋 copy color: '#B59E05'

red 181 ◦ green 158 ◦ blue 5

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

Shades of Buddha Gold #B59E05

Tints of Buddha Gold #B59E05

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.93%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 52.62%
G = 45.93%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B59E05 (or 0xB59E05) is known color: Buddha Gold. HEX triplet: B5, 9E and 05. RGB value is (181,158,5). Sum of RGB (Red+Green+Blue) = 181+158+5=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59E05 is #4A61FA. Grayscale: #949494. Windows color (decimal): -4874747 or 368309. OLE color: 368309.

HSL color Cylindrical-coordinate representation of color #B59E05: hue angle of 52.16º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B59E05 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 158 5 -
CMYK 0 0.13 0.97 0.29
HSL 52.16º 0.95% 0.36% -
HSV(B) 52.16º 0.97% 0.71% -
XYZ 31.31 34.29 5.11 -
YUV 147.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 181 158 5 0 0.13 0.97 0.29 52.16 0.95 0.36
Hex B5 9E 5 0 D 61 1D 34 5F 24
Octal 265 236 5 0 15 141 35 64 137 44
Binary 10110101 10011110 101 0 1101 1100001 11101 110100 1011111 100100

Color Harmonies of #B59E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59E05

Black with #B59E05

Text Example


Text Example

White with #B59E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59E05; }

 p { color: rgb(181,158,5); }

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

background-color css

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

 a { background-color: rgb(181,158,5); }

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

border-color css

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

 span { border-color: rgb(181,158,5); }

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