Html Css Color HEX #B19200 Dark Goldenrod

📋 copy color: '#B19200'

red 177 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #B19200

Tints of Dark Goldenrod #B19200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.2%

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

R = 54.8%
G = 45.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B19200 (or 0xB19200) is known color: Dark Goldenrod. HEX triplet: B1, 92 and 00. RGB value is (177,146,0). Sum of RGB (Red+Green+Blue) = 177+146+0=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B19200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19200 is #4E6DFF. Grayscale: #8B8B8B. Windows color (decimal): -5139968 or 37553. OLE color: 37553.

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

Color convert

RGB 177 146 0 -
CMYK 0 0.18 1 0.31
HSL 49.49º 1% 0.35% -
HSV(B) 49.49º 1% 0.69% -
XYZ 28.41 29.9 4.27 -
YUV 138.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 177 146 0 0 0.18 1 0.31 49.49 1 0.35
Hex B1 92 0 0 12 64 1F 31 64 23
Octal 261 222 0 0 22 144 37 61 144 43
Binary 10110001 10010010 0 0 10010 1100100 11111 110001 1100100 100011

Color Harmonies of #B19200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19200

Black with #B19200

Text Example


Text Example

White with #B19200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19200; }

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

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

background-color css

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

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

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

border-color css

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

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

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