Html Css Color HEX #B17F0F Dark Goldenrod

📋 copy color: '#B17F0F'

red 177 ◦ green 127 ◦ blue 15

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

Shades of Dark Goldenrod #B17F0F

Tints of Dark Goldenrod #B17F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 55.49%
G = 39.81%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B17F0F (or 0xB17F0F) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 0F. RGB value is (177,127,15). Sum of RGB (Red+Green+Blue) = 177+127+15=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17F0F is #4E80F0. Grayscale: #818181. Windows color (decimal): -5144817 or 1015729. OLE color: 1015729.

HSL color Cylindrical-coordinate representation of color #B17F0F: hue angle of 41.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B17F0F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 127 15 -
CMYK 0 0.28 0.92 0.31
HSL 41.48º 0.84% 0.38% -
HSV(B) 41.48º 0.92% 0.69% -
XYZ 25.81 24.56 3.83 -
YUV 129.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 177 127 15 0 0.28 0.92 0.31 41.48 0.84 0.38
Hex B1 7F F 0 1C 5C 1F 29 54 26
Octal 261 177 17 0 34 134 37 51 124 46
Binary 10110001 1111111 1111 0 11100 1011100 11111 101001 1010100 100110

Color Harmonies of #B17F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F0F

Black with #B17F0F

Text Example


Text Example

White with #B17F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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