Html Css Color HEX #B17A15 Dark Goldenrod

📋 copy color: '#B17A15'

red 177 ◦ green 122 ◦ blue 21

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

Shades of Dark Goldenrod #B17A15

Tints of Dark Goldenrod #B17A15

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 55.31%
G = 38.13%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B17A15 (or 0xB17A15) is known color: Dark Goldenrod. HEX triplet: B1, 7A and 15. RGB value is (177,122,21). Sum of RGB (Red+Green+Blue) = 177+122+21=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17A15 is #4E85EA. Grayscale: #7F7F7F. Windows color (decimal): -5146091 or 1407665. OLE color: 1407665.

HSL color Cylindrical-coordinate representation of color #B17A15: hue angle of 38.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B17A15 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 122 21 -
CMYK 0 0.31 0.88 0.31
HSL 38.85º 0.79% 0.39% -
HSV(B) 38.85º 0.88% 0.69% -
XYZ 25.23 23.32 3.88 -
YUV 126.93 68.22 163.71 -
System Red Green Blue C M Y K H S L
Decimal 177 122 21 0 0.31 0.88 0.31 38.85 0.79 0.39
Hex B1 7A 15 0 1F 58 1F 27 4F 27
Octal 261 172 25 0 37 130 37 47 117 47
Binary 10110001 1111010 10101 0 11111 1011000 11111 100111 1001111 100111

Color Harmonies of #B17A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A15

Black with #B17A15

Text Example


Text Example

White with #B17A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A15; }

 p { color: rgb(177,122,21); }

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

background-color css

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

 a { background-color: rgb(177,122,21); }

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

border-color css

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

 span { border-color: rgb(177,122,21); }

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