Html Css Color HEX #B17602 Dark Goldenrod

📋 copy color: '#B17602'

red 177 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #B17602

Tints of Dark Goldenrod #B17602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.73%

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

R = 59.6%
G = 39.73%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B17602 (or 0xB17602) is known color: Dark Goldenrod. HEX triplet: B1, 76 and 02. RGB value is (177,118,2). Sum of RGB (Red+Green+Blue) = 177+118+2=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B17602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17602 is #4E89FD. Grayscale: #7A7A7A. Windows color (decimal): -5147134 or 161457. OLE color: 161457.

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

Color convert

RGB 177 118 2 -
CMYK 0 0.33 0.99 0.31
HSL 39.77º 0.98% 0.35% -
HSV(B) 39.77º 0.99% 0.69% -
XYZ 24.62 22.31 3.07 -
YUV 122.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 177 118 2 0 0.33 0.99 0.31 39.77 0.98 0.35
Hex B1 76 2 0 21 63 1F 28 62 23
Octal 261 166 2 0 41 143 37 50 142 43
Binary 10110001 1110110 10 0 100001 1100011 11111 101000 1100010 100011

Color Harmonies of #B17602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17602

Black with #B17602

Text Example


Text Example

White with #B17602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17602; }

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

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

background-color css

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

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

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

border-color css

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

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

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