Html Css Color HEX #B19508 Dark Goldenrod

📋 copy color: '#B19508'

red 177 ◦ green 149 ◦ blue 8

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

Shades of Dark Goldenrod #B19508

Tints of Dark Goldenrod #B19508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 52.99%
G = 44.61%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B19508 (or 0xB19508) is known color: Dark Goldenrod. HEX triplet: B1, 95 and 08. RGB value is (177,149,8). Sum of RGB (Red+Green+Blue) = 177+149+8=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B19508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19508 is #4E6AF7. Grayscale: #8D8D8D. Windows color (decimal): -5139192 or 562609. OLE color: 562609.

HSL color Cylindrical-coordinate representation of color #B19508: hue angle of 50.06º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B19508 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 8 -
CMYK 0 0.16 0.95 0.31
HSL 50.06º 0.91% 0.36% -
HSV(B) 50.06º 0.95% 0.69% -
XYZ 28.92 30.86 4.66 -
YUV 141.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 177 149 8 0 0.16 0.95 0.31 50.06 0.91 0.36
Hex B1 95 8 0 10 5F 1F 32 5B 24
Octal 261 225 10 0 20 137 37 62 133 44
Binary 10110001 10010101 1000 0 10000 1011111 11111 110010 1011011 100100

Color Harmonies of #B19508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19508

Black with #B19508

Text Example


Text Example

White with #B19508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19508; }

 p { color: rgb(177,149,8); }

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

background-color css

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

 a { background-color: rgb(177,149,8); }

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

border-color css

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

 span { border-color: rgb(177,149,8); }

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