Html Css Color HEX #B58F16 Buddha Gold

📋 copy color: '#B58F16'

red 181 ◦ green 143 ◦ blue 22

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

Shades of Buddha Gold #B58F16

Tints of Buddha Gold #B58F16

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.33%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 52.31%
G = 41.33%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B58F16 (or 0xB58F16) is known color: Buddha Gold. HEX triplet: B5, 8F and 16. RGB value is (181,143,22). Sum of RGB (Red+Green+Blue) = 181+143+22=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58F16 is #4A70E9. Grayscale: #8D8D8D. Windows color (decimal): -4878570 or 1478581. OLE color: 1478581.

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

Color convert

RGB 181 143 22 -
CMYK 0 0.21 0.88 0.29
HSL 45.66º 0.78% 0.4% -
HSV(B) 45.66º 0.88% 0.71% -
XYZ 29.02 29.53 4.93 -
YUV 140.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 181 143 22 0 0.21 0.88 0.29 45.66 0.78 0.4
Hex B5 8F 16 0 15 58 1D 2E 4E 28
Octal 265 217 26 0 25 130 35 56 116 50
Binary 10110101 10001111 10110 0 10101 1011000 11101 101110 1001110 101000

Color Harmonies of #B58F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58F16

Black with #B58F16

Text Example


Text Example

White with #B58F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58F16; }

 p { color: rgb(181,143,22); }

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

background-color css

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

 a { background-color: rgb(181,143,22); }

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

border-color css

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

 span { border-color: rgb(181,143,22); }

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