Html Css Color HEX #B58103 Dark Goldenrod

📋 copy color: '#B58103'

red 181 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #B58103

Tints of Dark Goldenrod #B58103

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 57.83%
G = 41.21%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B58103 (or 0xB58103) is known color: Dark Goldenrod. HEX triplet: B5, 81 and 03. RGB value is (181,129,3). Sum of RGB (Red+Green+Blue) = 181+129+3=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B58103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58103 is #4A7EFC. Grayscale: #828282. Windows color (decimal): -4882173 or 229813. OLE color: 229813.

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

Color convert

RGB 181 129 3 -
CMYK 0 0.29 0.98 0.29
HSL 42.47º 0.97% 0.36% -
HSV(B) 42.47º 0.98% 0.71% -
XYZ 26.92 25.53 3.6 -
YUV 130.18 56.23 164.25 -
System Red Green Blue C M Y K H S L
Decimal 181 129 3 0 0.29 0.98 0.29 42.47 0.97 0.36
Hex B5 81 3 0 1D 62 1D 2A 61 24
Octal 265 201 3 0 35 142 35 52 141 44
Binary 10110101 10000001 11 0 11101 1100010 11101 101010 1100001 100100

Color Harmonies of #B58103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58103

Black with #B58103

Text Example


Text Example

White with #B58103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58103; }

 p { color: rgb(181,129,3); }

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

background-color css

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

 a { background-color: rgb(181,129,3); }

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

border-color css

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

 span { border-color: rgb(181,129,3); }

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