Html Css Color HEX #B18501 Dark Goldenrod

📋 copy color: '#B18501'

red 177 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #B18501

Tints of Dark Goldenrod #B18501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

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

R = 56.91%
G = 42.77%
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

#B18501 (or 0xB18501) is known color: Dark Goldenrod. HEX triplet: B1, 85 and 01. RGB value is (177,133,1). Sum of RGB (Red+Green+Blue) = 177+133+1=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B18501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18501 is #4E7AFE. Grayscale: #838383. Windows color (decimal): -5143295 or 99761. OLE color: 99761.

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

Color convert

RGB 177 133 1 -
CMYK 0 0.25 0.99 0.31
HSL 45º 0.99% 0.35% -
HSV(B) 45º 0.99% 0.69% -
XYZ 26.52 26.12 3.67 -
YUV 131.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 177 133 1 0 0.25 0.99 0.31 45 0.99 0.35
Hex B1 85 1 0 19 63 1F 2D 63 23
Octal 261 205 1 0 31 143 37 55 143 43
Binary 10110001 10000101 1 0 11001 1100011 11111 101101 1100011 100011

Color Harmonies of #B18501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18501

Black with #B18501

Text Example


Text Example

White with #B18501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18501; }

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

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

background-color css

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

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

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

border-color css

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

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

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