Html Css Color HEX #B18200 Dark Goldenrod

📋 copy color: '#B18200'

red 177 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #B18200

Tints of Dark Goldenrod #B18200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

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

R = 57.65%
G = 42.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B18200 (or 0xB18200) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 00. RGB value is (177,130,0). Sum of RGB (Red+Green+Blue) = 177+130+0=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B18200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18200 is #4E7DFF. Grayscale: #818181. Windows color (decimal): -5144064 or 33457. OLE color: 33457.

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

Color convert

RGB 177 130 0 -
CMYK 0 0.27 1 0.31
HSL 44.07º 1% 0.35% -
HSV(B) 44.07º 1% 0.69% -
XYZ 26.11 25.31 3.51 -
YUV 129.23 55.07 162.07 -
System Red Green Blue C M Y K H S L
Decimal 177 130 0 0 0.27 1 0.31 44.07 1 0.35
Hex B1 82 0 0 1B 64 1F 2C 64 23
Octal 261 202 0 0 33 144 37 54 144 43
Binary 10110001 10000010 0 0 11011 1100100 11111 101100 1100100 100011

Color Harmonies of #B18200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18200

Black with #B18200

Text Example


Text Example

White with #B18200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18200; }

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

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

background-color css

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

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

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

border-color css

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

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

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