Html Css Color HEX #B17302 Dark Goldenrod

📋 copy color: '#B17302'

red 177 ◦ green 115 ◦ blue 2

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

Shades of Dark Goldenrod #B17302

Tints of Dark Goldenrod #B17302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

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

R = 60.2%
G = 39.12%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B17302 (or 0xB17302) is known color: Dark Goldenrod. HEX triplet: B1, 73 and 02. RGB value is (177,115,2). Sum of RGB (Red+Green+Blue) = 177+115+2=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B17302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17302 is #4E8CFD. Grayscale: #797979. Windows color (decimal): -5147902 or 160689. OLE color: 160689.

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

Color convert

RGB 177 115 2 -
CMYK 0 0.35 0.99 0.31
HSL 38.74º 0.98% 0.35% -
HSV(B) 38.74º 0.99% 0.69% -
XYZ 24.27 21.61 2.95 -
YUV 120.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 177 115 2 0 0.35 0.99 0.31 38.74 0.98 0.35
Hex B1 73 2 0 23 63 1F 27 62 23
Octal 261 163 2 0 43 143 37 47 142 43
Binary 10110001 1110011 10 0 100011 1100011 11111 100111 1100010 100011

Color Harmonies of #B17302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17302

Black with #B17302

Text Example


Text Example

White with #B17302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17302; }

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

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

background-color css

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

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

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

border-color css

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

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

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