Html Css Color HEX #B18401 Dark Goldenrod

📋 copy color: '#B18401'

red 177 ◦ green 132 ◦ blue 1

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

Shades of Dark Goldenrod #B18401

Tints of Dark Goldenrod #B18401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

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

R = 57.1%
G = 42.58%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B18401 (or 0xB18401) is known color: Dark Goldenrod. HEX triplet: B1, 84 and 01. RGB value is (177,132,1). Sum of RGB (Red+Green+Blue) = 177+132+1=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B18401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18401 is #4E7BFE. Grayscale: #838383. Windows color (decimal): -5143551 or 99505. OLE color: 99505.

HSL color Cylindrical-coordinate representation of color #B18401: hue angle of 44.66º 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 #B18401 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 1 -
CMYK 0 0.25 0.99 0.31
HSL 44.66º 0.99% 0.35% -
HSV(B) 44.66º 0.99% 0.69% -
XYZ 26.39 25.85 3.63 -
YUV 130.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 177 132 1 0 0.25 0.99 0.31 44.66 0.99 0.35
Hex B1 84 1 0 19 63 1F 2D 63 23
Octal 261 204 1 0 31 143 37 55 143 43
Binary 10110001 10000100 1 0 11001 1100011 11111 101101 1100011 100011

Color Harmonies of #B18401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18401

Black with #B18401

Text Example


Text Example

White with #B18401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18401; }

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

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

background-color css

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

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

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

border-color css

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

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

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