Html Css Color HEX #B18103 Dark Goldenrod

📋 copy color: '#B18103'

red 177 ◦ green 129 ◦ blue 3

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

Shades of Dark Goldenrod #B18103

Tints of Dark Goldenrod #B18103

RGB

 RED value IS 177 (69.53% from 255) = 57.28%

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

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

R = 57.28%
G = 41.75%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B18103 (or 0xB18103) is known color: Dark Goldenrod. HEX triplet: B1, 81 and 03. RGB value is (177,129,3). Sum of RGB (Red+Green+Blue) = 177+129+3=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B18103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18103 is #4E7EFC. Grayscale: #818181. Windows color (decimal): -5144317 or 229809. OLE color: 229809.

HSL color Cylindrical-coordinate representation of color #B18103: hue angle of 43.45º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B18103 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 3 -
CMYK 0 0.27 0.98 0.31
HSL 43.45º 0.97% 0.35% -
HSV(B) 43.45º 0.98% 0.69% -
XYZ 26 25.05 3.55 -
YUV 128.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 177 129 3 0 0.27 0.98 0.31 43.45 0.97 0.35
Hex B1 81 3 0 1B 62 1F 2B 61 23
Octal 261 201 3 0 33 142 37 53 141 43
Binary 10110001 10000001 11 0 11011 1100010 11111 101011 1100001 100011

Color Harmonies of #B18103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18103

Black with #B18103

Text Example


Text Example

White with #B18103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18103; }

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

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

background-color css

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

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

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

border-color css

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

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

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