Html Css Color HEX #B18310 Dark Goldenrod

📋 copy color: '#B18310'

red 177 ◦ green 131 ◦ blue 16

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

Shades of Dark Goldenrod #B18310

Tints of Dark Goldenrod #B18310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 54.63%
G = 40.43%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B18310 (or 0xB18310) is known color: Dark Goldenrod. HEX triplet: B1, 83 and 10. RGB value is (177,131,16). Sum of RGB (Red+Green+Blue) = 177+131+16=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B18310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18310 is #4E7CEF. Grayscale: #848484. Windows color (decimal): -5143792 or 1082289. OLE color: 1082289.

HSL color Cylindrical-coordinate representation of color #B18310: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B18310 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 16 -
CMYK 0 0.26 0.91 0.31
HSL 42.86º 0.83% 0.38% -
HSV(B) 42.86º 0.91% 0.69% -
XYZ 26.34 25.62 4.05 -
YUV 131.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 177 131 16 0 0.26 0.91 0.31 42.86 0.83 0.38
Hex B1 83 10 0 1A 5B 1F 2B 53 26
Octal 261 203 20 0 32 133 37 53 123 46
Binary 10110001 10000011 10000 0 11010 1011011 11111 101011 1010011 100110

Color Harmonies of #B18310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18310

Black with #B18310

Text Example


Text Example

White with #B18310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18310; }

 p { color: rgb(177,131,16); }

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

background-color css

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

 a { background-color: rgb(177,131,16); }

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

border-color css

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

 span { border-color: rgb(177,131,16); }

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