Html Css Color HEX #B18101 Dark Goldenrod

📋 copy color: '#B18101'

red 177 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #B18101

Tints of Dark Goldenrod #B18101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 57.65%
G = 42.02%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B18101 (or 0xB18101) is known color: Dark Goldenrod. HEX triplet: B1, 81 and 01. RGB value is (177,129,1). Sum of RGB (Red+Green+Blue) = 177+129+1=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B18101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18101 is #4E7EFE. Grayscale: #818181. Windows color (decimal): -5144319 or 98737. OLE color: 98737.

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

Color convert

RGB 177 129 1 -
CMYK 0 0.27 0.99 0.31
HSL 43.64º 0.99% 0.35% -
HSV(B) 43.64º 0.99% 0.69% -
XYZ 25.99 25.05 3.49 -
YUV 128.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 177 129 1 0 0.27 0.99 0.31 43.64 0.99 0.35
Hex B1 81 1 0 1B 63 1F 2C 63 23
Octal 261 201 1 0 33 143 37 54 143 43
Binary 10110001 10000001 1 0 11011 1100011 11111 101100 1100011 100011

Color Harmonies of #B18101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18101

Black with #B18101

Text Example


Text Example

White with #B18101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18101; }

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

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

background-color css

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

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

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

border-color css

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

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

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