Html Css Color HEX #B17C1A Dark Goldenrod

📋 copy color: '#B17C1A'

red 177 ◦ green 124 ◦ blue 26

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

Shades of Dark Goldenrod #B17C1A

Tints of Dark Goldenrod #B17C1A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.92%

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 54.13%
G = 37.92%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B17C1A (or 0xB17C1A) is known color: Dark Goldenrod. HEX triplet: B1, 7C and 1A. RGB value is (177,124,26). Sum of RGB (Red+Green+Blue) = 177+124+26=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C1A is #4E83E5. Grayscale: #818181. Windows color (decimal): -5145574 or 1735857. OLE color: 1735857.

HSL color Cylindrical-coordinate representation of color #B17C1A: hue angle of 38.94º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B17C1A is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 124 26 -
CMYK 0 0.30 0.85 0.31
HSL 38.94º 0.74% 0.4% -
HSV(B) 38.94º 0.85% 0.69% -
XYZ 25.53 23.84 4.23 -
YUV 128.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 177 124 26 0 0.30 0.85 0.31 38.94 0.74 0.4
Hex B1 7C 1A 0 1E 55 1F 27 4A 28
Octal 261 174 32 0 36 125 37 47 112 50
Binary 10110001 1111100 11010 0 11110 1010101 11111 100111 1001010 101000

Color Harmonies of #B17C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C1A

Black with #B17C1A

Text Example


Text Example

White with #B17C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C1A; }

 p { color: rgb(177,124,26); }

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

background-color css

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

 a { background-color: rgb(177,124,26); }

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

border-color css

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

 span { border-color: rgb(177,124,26); }

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