Html Css Color HEX #B17702 Dark Goldenrod

📋 copy color: '#B17702'

red 177 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #B17702

Tints of Dark Goldenrod #B17702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

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

R = 59.4%
G = 39.93%
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

#B17702 (or 0xB17702) is known color: Dark Goldenrod. HEX triplet: B1, 77 and 02. RGB value is (177,119,2). Sum of RGB (Red+Green+Blue) = 177+119+2=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B17702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17702 is #4E88FD. Grayscale: #7B7B7B. Windows color (decimal): -5146878 or 161713. OLE color: 161713.

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

Color convert

RGB 177 119 2 -
CMYK 0 0.33 0.99 0.31
HSL 40.11º 0.98% 0.35% -
HSV(B) 40.11º 0.99% 0.69% -
XYZ 24.74 22.55 3.11 -
YUV 123 59.72 166.51 -
System Red Green Blue C M Y K H S L
Decimal 177 119 2 0 0.33 0.99 0.31 40.11 0.98 0.35
Hex B1 77 2 0 21 63 1F 28 62 23
Octal 261 167 2 0 41 143 37 50 142 43
Binary 10110001 1110111 10 0 100001 1100011 11111 101000 1100010 100011

Color Harmonies of #B17702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17702

Black with #B17702

Text Example


Text Example

White with #B17702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17702; }

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

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

background-color css

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

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

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

border-color css

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

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

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