Html Css Color HEX #B17D0A Dark Goldenrod

📋 copy color: '#B17D0A'

red 177 ◦ green 125 ◦ blue 10

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

Shades of Dark Goldenrod #B17D0A

Tints of Dark Goldenrod #B17D0A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.06%

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 56.73%
G = 40.06%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B17D0A (or 0xB17D0A) is known color: Dark Goldenrod. HEX triplet: B1, 7D and 0A. RGB value is (177,125,10). Sum of RGB (Red+Green+Blue) = 177+125+10=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17D0A is #4E82F5. Grayscale: #7F7F7F. Windows color (decimal): -5145334 or 687537. OLE color: 687537.

HSL color Cylindrical-coordinate representation of color #B17D0A: hue angle of 41.32º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B17D0A is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 125 10 -
CMYK 0 0.29 0.94 0.31
HSL 41.32º 0.89% 0.37% -
HSV(B) 41.32º 0.94% 0.69% -
XYZ 25.52 24.04 3.58 -
YUV 127.44 61.73 163.35 -
System Red Green Blue C M Y K H S L
Decimal 177 125 10 0 0.29 0.94 0.31 41.32 0.89 0.37
Hex B1 7D A 0 1D 5E 1F 29 59 25
Octal 261 175 12 0 35 136 37 51 131 45
Binary 10110001 1111101 1010 0 11101 1011110 11111 101001 1011001 100101

Color Harmonies of #B17D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D0A

Black with #B17D0A

Text Example


Text Example

White with #B17D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D0A; }

 p { color: rgb(177,125,10); }

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

background-color css

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

 a { background-color: rgb(177,125,10); }

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

border-color css

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

 span { border-color: rgb(177,125,10); }

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