Html Css Color HEX #BA7F17 Dark Goldenrod

📋 copy color: '#BA7F17'

red 186 ◦ green 127 ◦ blue 23

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

Shades of Dark Goldenrod #BA7F17

Tints of Dark Goldenrod #BA7F17

RGB

 RED value IS 186 (73.05% from 255) = 55.36%

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

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 55.36%
G = 37.8%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BA7F17 (or 0xBA7F17) is known color: Dark Goldenrod. HEX triplet: BA, 7F and 17. RGB value is (186,127,23). Sum of RGB (Red+Green+Blue) = 186+127+23=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7F17 is #4580E8. Grayscale: #858585. Windows color (decimal): -4554985 or 1540026. OLE color: 1540026.

HSL color Cylindrical-coordinate representation of color #BA7F17: hue angle of 38.28º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA7F17 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 23 -
CMYK 0 0.32 0.88 0.27
HSL 38.28º 0.78% 0.41% -
HSV(B) 38.28º 0.88% 0.73% -
XYZ 27.99 25.68 4.29 -
YUV 132.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 186 127 23 0 0.32 0.88 0.27 38.28 0.78 0.41
Hex BA 7F 17 0 20 58 1B 26 4E 29
Octal 272 177 27 0 40 130 33 46 116 51
Binary 10111010 1111111 10111 0 100000 1011000 11011 100110 1001110 101001

Color Harmonies of #BA7F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F17

Black with #BA7F17

Text Example


Text Example

White with #BA7F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F17; }

 p { color: rgb(186,127,23); }

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

background-color css

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

 a { background-color: rgb(186,127,23); }

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

border-color css

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

 span { border-color: rgb(186,127,23); }

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