Html Css Color HEX #B58203 Dark Goldenrod

📋 copy color: '#B58203'

red 181 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #B58203

Tints of Dark Goldenrod #B58203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

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

R = 57.64%
G = 41.4%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B58203 (or 0xB58203) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 03. RGB value is (181,130,3). Sum of RGB (Red+Green+Blue) = 181+130+3=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B58203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58203 is #4A7DFC. Grayscale: #838383. Windows color (decimal): -4881917 or 230069. OLE color: 230069.

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

Color convert

RGB 181 130 3 -
CMYK 0 0.28 0.98 0.29
HSL 42.81º 0.97% 0.36% -
HSV(B) 42.81º 0.98% 0.71% -
XYZ 27.06 25.8 3.64 -
YUV 130.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 181 130 3 0 0.28 0.98 0.29 42.81 0.97 0.36
Hex B5 82 3 0 1C 62 1D 2B 61 24
Octal 265 202 3 0 34 142 35 53 141 44
Binary 10110101 10000010 11 0 11100 1100010 11101 101011 1100001 100100

Color Harmonies of #B58203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58203

Black with #B58203

Text Example


Text Example

White with #B58203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58203; }

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

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

background-color css

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

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

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

border-color css

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

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

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