Html Css Color HEX #B18001 Dark Goldenrod

📋 copy color: '#B18001'

red 177 ◦ green 128 ◦ blue 1

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

Shades of Dark Goldenrod #B18001

Tints of Dark Goldenrod #B18001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

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

R = 57.84%
G = 41.83%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B18001 (or 0xB18001) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 01. RGB value is (177,128,1). Sum of RGB (Red+Green+Blue) = 177+128+1=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B18001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18001 is #4E7FFE. Grayscale: #808080. Windows color (decimal): -5144575 or 98481. OLE color: 98481.

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

Color convert

RGB 177 128 1 -
CMYK 0 0.28 0.99 0.31
HSL 43.3º 0.99% 0.35% -
HSV(B) 43.3º 0.99% 0.69% -
XYZ 25.86 24.79 3.45 -
YUV 128.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 177 128 1 0 0.28 0.99 0.31 43.3 0.99 0.35
Hex B1 80 1 0 1C 63 1F 2B 63 23
Octal 261 200 1 0 34 143 37 53 143 43
Binary 10110001 10000000 1 0 11100 1100011 11111 101011 1100011 100011

Color Harmonies of #B18001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18001

Black with #B18001

Text Example


Text Example

White with #B18001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18001; }

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

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

background-color css

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

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

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

border-color css

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

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

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