Html Css Color HEX #B19602 Dark Goldenrod

📋 copy color: '#B19602'

red 177 ◦ green 150 ◦ blue 2

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

Shades of Dark Goldenrod #B19602

Tints of Dark Goldenrod #B19602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.59%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 53.8%
G = 45.59%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B19602 (or 0xB19602) is known color: Dark Goldenrod. HEX triplet: B1, 96 and 02. RGB value is (177,150,2). Sum of RGB (Red+Green+Blue) = 177+150+2=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B19602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19602 is #4E69FD. Grayscale: #8D8D8D. Windows color (decimal): -5138942 or 169649. OLE color: 169649.

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

Color convert

RGB 177 150 2 -
CMYK 0 0.15 0.99 0.31
HSL 50.74º 0.98% 0.35% -
HSV(B) 50.74º 0.99% 0.69% -
XYZ 29.05 31.16 4.54 -
YUV 141.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 177 150 2 0 0.15 0.99 0.31 50.74 0.98 0.35
Hex B1 96 2 0 F 63 1F 33 62 23
Octal 261 226 2 0 17 143 37 63 142 43
Binary 10110001 10010110 10 0 1111 1100011 11111 110011 1100010 100011

Color Harmonies of #B19602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19602

Black with #B19602

Text Example


Text Example

White with #B19602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19602; }

 p { color: rgb(177,150,2); }

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

background-color css

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

 a { background-color: rgb(177,150,2); }

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

border-color css

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

 span { border-color: rgb(177,150,2); }

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