Html Css Color HEX #B17F0A Dark Goldenrod

📋 copy color: '#B17F0A'

red 177 ◦ green 127 ◦ blue 10

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

Shades of Dark Goldenrod #B17F0A

Tints of Dark Goldenrod #B17F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 40.45%

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

R = 56.37%
G = 40.45%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B17F0A (or 0xB17F0A) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 0A. RGB value is (177,127,10). Sum of RGB (Red+Green+Blue) = 177+127+10=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17F0A is #4E80F5. Grayscale: #818181. Windows color (decimal): -5144822 or 688049. OLE color: 688049.

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

Color convert

RGB 177 127 10 -
CMYK 0 0.28 0.94 0.31
HSL 42.04º 0.89% 0.37% -
HSV(B) 42.04º 0.94% 0.69% -
XYZ 25.78 24.55 3.67 -
YUV 128.61 61.07 162.51 -
System Red Green Blue C M Y K H S L
Decimal 177 127 10 0 0.28 0.94 0.31 42.04 0.89 0.37
Hex B1 7F A 0 1C 5E 1F 2A 59 25
Octal 261 177 12 0 34 136 37 52 131 45
Binary 10110001 1111111 1010 0 11100 1011110 11111 101010 1011001 100101

Color Harmonies of #B17F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F0A

Black with #B17F0A

Text Example


Text Example

White with #B17F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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