Html Css Color HEX #B18500 Dark Goldenrod

📋 copy color: '#B18500'

red 177 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #B18500

Tints of Dark Goldenrod #B18500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.1%
G = 42.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B18500 (or 0xB18500) is known color: Dark Goldenrod. HEX triplet: B1, 85 and 00. RGB value is (177,133,0). Sum of RGB (Red+Green+Blue) = 177+133+0=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B18500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18500 is #4E7AFF. Grayscale: #838383. Windows color (decimal): -5143296 or 34225. OLE color: 34225.

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

Color convert

RGB 177 133 0 -
CMYK 0 0.25 1 0.31
HSL 45.08º 1% 0.35% -
HSV(B) 45.08º 1% 0.69% -
XYZ 26.52 26.12 3.64 -
YUV 130.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 177 133 0 0 0.25 1 0.31 45.08 1 0.35
Hex B1 85 0 0 19 64 1F 2D 64 23
Octal 261 205 0 0 31 144 37 55 144 43
Binary 10110001 10000101 0 0 11001 1100100 11111 101101 1100100 100011

Color Harmonies of #B18500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18500

Black with #B18500

Text Example


Text Example

White with #B18500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18500; }

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

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

background-color css

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

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

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

border-color css

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

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

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